![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
Unpack an signed long integer from the message buffer. More...
Unpack an signed long integer from the message buffer.
#include "rnr/netmsgs.h"
extern int nmUnpackLong(byte_t buf[], size_t bufSize, long *pVal, NMEndian_T eEndian); Description:
Alias for nmUnpackS32() or nmUnpackS64() depending on sizeof(long).
| [in] | buf | Input message buffer. |
| bufSize | Size of input buffer. | |
| [out] | pVal | Pointer to value to unpack (set). |
| eEndian | Unpacking order. See NMEndian_T. |