#include <transfer.hpp>
Definition at line 112 of file transfer.hpp.
◆ NodeID() [1/2]
uavcan::NodeID::NodeID |
( |
| ) |
|
|
inline |
◆ NodeID() [2/2]
uavcan::NodeID::NodeID |
( |
uint8_t |
value | ) |
|
|
inline |
◆ get()
uint8_t uavcan::NodeID::get |
( |
| ) |
const |
|
inline |
◆ isBroadcast()
bool uavcan::NodeID::isBroadcast |
( |
| ) |
const |
|
inline |
◆ isUnicast()
bool uavcan::NodeID::isUnicast |
( |
| ) |
const |
|
inline |
◆ isValid()
bool uavcan::NodeID::isValid |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool uavcan::NodeID::operator!= |
( |
NodeID |
rhs | ) |
const |
|
inline |
◆ operator<()
bool uavcan::NodeID::operator< |
( |
NodeID |
rhs | ) |
const |
|
inline |
◆ operator<=()
bool uavcan::NodeID::operator<= |
( |
NodeID |
rhs | ) |
const |
|
inline |
◆ operator==()
bool uavcan::NodeID::operator== |
( |
NodeID |
rhs | ) |
const |
|
inline |
◆ operator>()
bool uavcan::NodeID::operator> |
( |
NodeID |
rhs | ) |
const |
|
inline |
◆ operator>=()
bool uavcan::NodeID::operator>= |
( |
NodeID |
rhs | ) |
const |
|
inline |
◆ BitLen
const uint8_t uavcan::NodeID::BitLen = 7U |
|
static |
◆ Broadcast
const NodeID uavcan::NodeID::Broadcast |
|
static |
◆ Max
◆ MaxRecommendedForRegularNodes
const uint8_t uavcan::NodeID::MaxRecommendedForRegularNodes = Max - 2 |
|
static |
◆ value_
◆ ValueBroadcast
const uint8_t uavcan::NodeID::ValueBroadcast = 0 |
|
staticprivate |
◆ ValueInvalid
const uint8_t uavcan::NodeID::ValueInvalid = 0xFF |
|
staticprivate |
The documentation for this class was generated from the following files: