Address structures
[Messaging basics]
Collaboration diagram for Address structures:
Detailed Description
Device and message address structures.
Classes | |
struct | player_devaddr |
A device address. More... | |
struct | player_msghdr |
Generic message header. More... | |
Typedefs | |
typedef player_devaddr | player_devaddr_t |
A device address. | |
typedef player_msghdr | player_msghdr_t |
Generic message header. |
Typedef Documentation
typedef struct player_devaddr player_devaddr_t |
A device address.
Devices are identified by 12-byte addresses of this form. Some of the fields are transport-dependent in their interpretation.
typedef struct player_msghdr player_msghdr_t |
Generic message header.
Every message starts with this header.