00001 #ifndef _RTSCOM_LIB_H_ 00002 #define _RTSCOM_LIB_H_ 00003 00004 #include <vxWorks.h> 00005 #include <msgQLib.h> 00006 00007 #include <iccp.h> 00008 00009 extern int rtsMsgInit(MSG_Q_ID *qlist, UINT16 myid, MSG_Q_ID ethQue, MSG_Q_ID vmeQue) ; 00010 extern int rtsMsgSend(UINT16 node, struct ic_msg *m) ; 00011 00012 00013 #endif
1.5.9