CORDET Framework - C2 Implementation
CrPsPktServLptSupp.h
Go to the documentation of this file.
1 
21 #ifndef CRPSPKTSERVLPTSUPP_H_
22 #define CRPSPKTSERVLPTSUPP_H_
23 
24 #include "CrPsUserConstants.h"
25 
32 CrPsPart_t getLptUpLastCmdPart(void* p, uint32_t o);
33 
40 void setLptUpLastCmdPart(void* p, CrPsPart_t Part, uint32_t o);
41 
48 CrPsPart_t getLptUpInterCmdPart(void* p, uint32_t o);
49 
56 void setLptUpInterCmdPart(void* p, CrPsPart_t Part, uint32_t o);
57 
64 CrPsPart_t getLptUpFirstCmdPart(void* p, uint32_t o);
65 
72 void setLptUpFirstCmdPart(void* p, CrPsPart_t Part, uint32_t o);
73 
80 CrPsPart_t getLptDownLastRepPart(void* p, uint32_t o);
81 
88 void setLptDownLastRepPart(void* p, unsigned char * Part, unsigned short length);
89 
96 CrPsPart_t getLptDownInterRepPart(void* p, uint32_t o);
97 
104 void setLptDownInterRepPart(void* p, unsigned char * Part, unsigned short length);
105 
112 CrPsPart_t getLptDownFirstRepPart(void* p, uint32_t o);
113 
120 /*void setLptDownFirstRepPart(void* p, CrPsPart_t Part, uint32_t o);*/
121 void setLptDownFirstRepPart(void* p, unsigned char * Part, unsigned short length);
122 
123 
124 /*----------------------------------------------------------------------------*/
125 #endif /* CRPSPKTSERVLPTSUPP_H */
Header file to define all user-configurable constants and types for the IASW Application.
void setLptDownFirstRepPart(void *p, unsigned char *Part, unsigned short length)
Set "Part" in "LptDownFirstRep" packet.
CrPsPart_t getLptDownInterRepPart(void *p, uint32_t o)
Get "Part" from "LptDownInterRep" packet.
CrPsPart_t getLptDownLastRepPart(void *p, uint32_t o)
Get "Part" from "LptDownLastRep" packet.
CrPsPart_t getLptDownFirstRepPart(void *p, uint32_t o)
Get "Part" from "LptDownFirstRep" packet.
void setLptUpInterCmdPart(void *p, CrPsPart_t Part, uint32_t o)
Set "Part" in "LptUpInterCmd" packet.
void setLptUpFirstCmdPart(void *p, CrPsPart_t Part, uint32_t o)
Set "Part" in "LptUpFirstCmd" packet.
void setLptDownLastRepPart(void *p, unsigned char *Part, unsigned short length)
Set "Part" in "LptDownLastRep" packet.
void setLptDownInterRepPart(void *p, unsigned char *Part, unsigned short length)
Set "Part" in "LptDownInterRep" packet.
CrPsPart_t getLptUpLastCmdPart(void *p, uint32_t o)
Get "Part" from "LptUpLastCmd" packet.
void setLptUpLastCmdPart(void *p, CrPsPart_t Part, uint32_t o)
Set "Part" in "LptUpLastCmd" packet.
CrPsPart_t getLptUpFirstCmdPart(void *p, uint32_t o)
Get "Part" from "LptUpFirstCmd" packet.
CrPsPart_t getLptUpInterCmdPart(void *p, uint32_t o)
Get "Part" from "LptUpInterCmd" packet.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved