player_devaddr Struct Reference
[Address structures]
#include <player.h>
Detailed Description
A device address.Devices are identified by 12-byte addresses of this form. Some of the fields are transport-dependent in their interpretation.
Definition at line 141 of file player.h.
Public Attributes | |
uint32_t | host |
The "host" on which the device resides. | |
uint32_t | robot |
The "robot" or device collection in which the device resides. | |
uint16_t | interf |
The interface provided by the device; must be one of PLAYER_*_CODE. | |
uint16_t | index |
Which device of that interface. |
Member Data Documentation
uint32_t player_devaddr::host |
The "host" on which the device resides.
Transport-dependent.
Definition at line 144 of file player.h.
Referenced by MessageReplaceRule::Match(), Device::MatchDeviceAddress(), Message::MatchMessage(), Nav200::ReadFromNav200(), and Nav200::WriteCommand().
uint32_t player_devaddr::robot |
The "robot" or device collection in which the device resides.
Transport-dependent
Definition at line 147 of file player.h.
Referenced by MessageReplaceRule::Match(), Device::MatchDeviceAddress(), Message::MatchMessage(), Nav200::ReadFromNav200(), and Nav200::WriteCommand().
The documentation for this struct was generated from the following file: