pips_guid_t
GUID of a PiPS publisher/subscriber
Synopsis:
#include <pips/pips.h>
typedef struct pips_guid {
uint8_t value[16];
} pips_guid_t;Data:
- uint8_t value[16]
- A 128-bit ID that uniquely identifies an endpoint in the PiPS framework
Library:
pips-clientDescription:
This data type represents the GUID of a publisher/subscriber as a 128-bit value, and supports validating, comparing, copying, and outputing the GUID.
Page updated:
