WPILib 2012
WPILibRoboticsLibraryforFRC
NetworkCommunication/symModuleLink.h
00001 #ifndef __SYM_MODULE_LINK_H__
00002 #define __SYM_MODULE_LINK_H__
00003 
00004 #include <vxWorks.h>
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00010 extern STATUS    moduleNameFindBySymbolName
00011     (
00012         const char *    symbol,        /* symbol name to look for */
00013         char * module        /* where to return module name */
00014     );
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 
00020 #endif
00021 
 All Classes Functions Variables