Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-06-20 00:51:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
7eb8550bdb50e7fe7270ff49f5086159cde3db57
allwpilib/wpilibc/wpilibC++Devices/include/NetworkCommunication/symModuleLink.h

20 lines
323 B
C
Raw Normal View History

Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
#ifndef __SYM_MODULE_LINK_H__
#define __SYM_MODULE_LINK_H__
Reverting back to static .a files for C++ and fixing lots of other assorted items
2014-05-02 17:54:01 -04:00
#include "HAL/HAL.hpp"
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
#ifdef __cplusplus
extern "C" {
#endif
Major formatting changes (breaks diffs). No code changes. The changes made in this commit do not affect any actual code, they are purely aesthetic. I ran clang-format with google style over all .h/.cpp files in wpilibc that weren't in wpilibC++Sim or gtest, and the eclipse formatter over all of the Java files using the Google eclipse formatting configuration. Change-Id: I9627bca0bc103c398ecc1c5ba17467193291ae63
2015-06-25 15:07:55 -04:00
extern STATUS moduleNameFindBySymbolName(
const char* symbol, /* symbol name to look for */
char* module /* where to return module name */
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
);
#ifdef __cplusplus
}
#endif
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 65ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API