StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsComLib.h
1 #ifndef _RTSCOM_LIB_H_
2 #define _RTSCOM_LIB_H_
3 
4 #include <vxWorks.h>
5 #include <msgQLib.h>
6 
7 #include <iccp.h>
8 
9 extern int rtsMsgInit(MSG_Q_ID *qlist, UINT16 myid, MSG_Q_ID ethQue, MSG_Q_ID vmeQue) ;
10 extern int rtsMsgSend(UINT16 node, struct ic_msg *m) ;
11 
12 
13 #endif
Definition: iccp.h:685