![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
Unpack an unsigned 64-bit integer from the message buffer. More...
Unpack an unsigned 64-bit integer from the message buffer.
#include "rnr/netmsgs.h"
extern int nmUnpackU64(byte_t buf[], size_t bufSize, ulonglong_t *pVal, NMEndian_T eEndian); Description:
If the machine architecture only supports 32-bit unsigned long longs, then the 4 MSBs are truncated.
| [in] | buf | Input message buffer. |
| bufSize | Size of input buffer. | |
| [out] | pVal | Pointer to value to unpack (set). |
| eEndian | Unpacking order. See NMEndian_T. |