A universally unique identifier with a name (used for debugging purposes).


| Public Member Functions | |
| NamedUUID (uint32_t time_low_, uint16_t time_mid_, uint16_t time_hi_and_version_, uint16_t clock_seq_, uint8_t c0, uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4, uint8_t c5, const char *name) | |
| NamedUUID (const NamedUUID &copied) | |
| NamedUUID & | operator= (const NamedUUID &copied) | 
| bool | operator== (const NamedUUID &compared) const | 
| bool | operator!= (const NamedUUID &compared) const | 
| const char * | getName () const | 
| bool | operator== (const UUID &r) const | 
| bool | operator< (const UUID &r) const | 
| Data Fields | |
| uint32_t | time_low | 
| uint16_t | time_mid | 
| uint16_t | time_hi_and_version | 
| uint16_t | clock_seq | 
| uint8_t | node [6] | 
| 
 | inline | 
Definition at line 76 of file UUID.h.
References Argus::UUID::clock_seq, Argus::UUID::node, Argus::UUID::time_hi_and_version, Argus::UUID::time_low, and Argus::UUID::time_mid.
| 
 | inline | 
| 
 | inline | 
| 
 | inlineinherited | 
| 
 | inline | 
| 
 | inlineinherited | 
| 
 | inherited | 
Definition at line 56 of file UUID.h.
Referenced by NamedUUID().
| 
 | inherited | 
Definition at line 57 of file UUID.h.
Referenced by NamedUUID().
| 
 | inherited | 
Definition at line 55 of file UUID.h.
Referenced by NamedUUID().
| 
 | inherited | 
Definition at line 53 of file UUID.h.
Referenced by NamedUUID().
| 
 | inherited | 
Definition at line 54 of file UUID.h.
Referenced by NamedUUID().