MR IPC HL
 Alle Dateien Funktionen Seiten
mr_ipchl.h
gehe zur Dokumentation dieser Datei
1 #ifndef MR_IPCHL_H
2 #define MR_IPCHL_H
3 
13 #include <mr_ipc.h>
14 
17 void MrIpcHlCanBootldr(MrIpcCmdType *Cmd, unsigned long Uid,
18  unsigned long Length, unsigned char *Data);
19 void MrIpcHlConfigHeader(MrIpcCmdType *Cmd, unsigned long Uid,
20  unsigned int Index, unsigned int Length);
21 void MrIpcHlConfigResponse(MrIpcCmdType *Cmd, unsigned long Uid, char *CfgFile);
22 void MrIpcHlConfigvalue(MrIpcCmdType *Cmd, unsigned long Uid,
23  unsigned long DstUid, unsigned int Index,
24  unsigned int Length);
25 void MrIpcHlLocinfoRequest(MrIpcCmdType *Cmd, unsigned long Uid,
26  int SenderSock, int ReceiverSocket,
27  char *LokName);
28 void MrIpcHlLocnameRequest(MrIpcCmdType *Cmd, unsigned long Uid,
29  int SenderSock, int ReceiverSock,
30  unsigned int Index);
31 void MrIpcHlLoclistRequest(MrIpcCmdType *Cmd, unsigned long Uid,
32  int SenderSock, int ReceiverSock);
33 void MrIpcHlMemberRequest(MrIpcCmdType *Cmd, unsigned long Uid);
34 void MrIpcHlMemberResponse(MrIpcCmdType *Cmd, unsigned long Uid,
35  unsigned int DeviceId);
36 void MrIpcHlMesswertRequest(MrIpcCmdType *Cmd, unsigned long Uid,
37  unsigned long DstUid, unsigned int Kanal);
38 void MrIpcHlStatusResponse(MrIpcCmdType *Cmd, unsigned long Uid,
39  int ReceiverSock);
40 void MrIpcHlStatusNameResponse(MrIpcCmdType *Cmd, unsigned long Uid,
41  int ReceiverSock, unsigned char *StatusName);
42 void MrIpcHlStatusPosResponse(MrIpcCmdType *Cmd, unsigned long Uid,
43  int ReceiverSock, unsigned long Addr,
44  unsigned int Index, unsigned int NumPackets);
45 void MrIpcHlStatusRequest(MrIpcCmdType *Cmd, unsigned long Uid,
46  unsigned long DstUid, unsigned int Index);
47 void MrIpcHlCfgHeaderRequest(MrIpcCmdType *Cmd, unsigned long Uid,
48  int ReceiverSock, unsigned long Length,
49  unsigned Crc);
50 void MrIpcHlCfgDataRequest(MrIpcCmdType *Cmd, unsigned long Uid,
51  int ReceiverSock, char *Name);
52 
53 #endif