Updated: October 28, 2024 |
GUID of a PiPS publisher/subscriber
#include <pips/pips.h>
typedef struct pips_guid { uint8_t value[16]; } pips_guid_t;
This data type represents the GUID of a publisher/subscriber as a 128-bit value, and supports validating, comparing, copying, and outputing the GUID.