23 #ifndef CRPSPKTUTIL_H_ 24 #define CRPSPKTUTIL_H_ 56 void setPcktInt(
void* p, uint32_t pos, uint32_t t);
void setPcktChar(void *p, uint32_t pos, uint8_t t)
Generic Setter for Character Values from a Packet.
Header file to define all user-configurable constants and types for the IASW Application.
void setPcktInt(void *p, uint32_t pos, uint32_t t)
Generic Setter for Int Values from a Packet.
uint8_t getPcktChar(void *p, uint32_t pos)
Generic Getter for Character Values from a Packet.
void setPcktShort(void *p, uint32_t pos, uint16_t t)
Generic Setter for Short Values from a Packet.
uint16_t getPcktShort(void *p, uint32_t pos)
Generic Getter for Short Values from a Packet.
uint32_t getPcktInt(void *p, uint32_t pos)
Generic Getter for Int Values from a Packet.