![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
Pack a 32-bit pointer into the message buffer. More...
Pack a 32-bit pointer into the message buffer.
#include "rnr/netmsgs.h"
extern int nmPackP32(void *val, byte_t buf[], size_t bufSize, NMEndian_T eEndian); Description:
If the machine architecture has 64-bit pointers, then only the LSB 4 bytes are packed.
| [in] | val | Value to pack. |
| [out] | buf | Output message buffer. |
| bufSize | Size of output buffer. | |
| eEndian | Packing order. See NMEndian_T. |