Definition at line 16 of file address.hpp.
◆ Address() [1/2]
vanetza::geonet::Address::Address |
( |
| ) |
|
◆ Address() [2/2]
vanetza::geonet::Address::Address |
( |
const MacAddress & |
addr | ) |
|
|
explicit |
◆ country_code() [1/2]
BitNumber< unsigned, 10 > vanetza::geonet::Address::country_code |
( |
| ) |
const |
|
inline |
◆ country_code() [2/2]
void vanetza::geonet::Address::country_code |
( |
BitNumber< unsigned, 10 > |
country | ) |
|
|
inline |
◆ is_manually_configured() [1/2]
bool vanetza::geonet::Address::is_manually_configured |
( |
| ) |
const |
|
inline |
◆ is_manually_configured() [2/2]
void vanetza::geonet::Address::is_manually_configured |
( |
bool |
flag | ) |
|
|
inline |
◆ mid() [1/2]
const MacAddress & vanetza::geonet::Address::mid |
( |
| ) |
const |
|
inline |
◆ mid() [2/2]
void vanetza::geonet::Address::mid |
( |
const MacAddress & |
mid | ) |
|
|
inline |
◆ operator!=()
bool vanetza::geonet::Address::operator!= |
( |
const Address & |
other | ) |
const |
◆ operator==()
bool vanetza::geonet::Address::operator== |
( |
const Address & |
other | ) |
const |
◆ station_type() [1/2]
StationType vanetza::geonet::Address::station_type |
( |
| ) |
const |
|
inline |
◆ station_type() [2/2]
void vanetza::geonet::Address::station_type |
( |
StationType |
type | ) |
|
|
inline |
◆ length_bytes
constexpr std::size_t vanetza::geonet::Address::length_bytes = 8 |
|
staticconstexpr |
◆ m_country_code
BitNumber<unsigned, 10> vanetza::geonet::Address::m_country_code |
|
private |
◆ m_manually_configured
bool vanetza::geonet::Address::m_manually_configured |
|
private |
◆ m_mid
◆ m_station_type
StationType vanetza::geonet::Address::m_station_type |
|
private |
The documentation for this class was generated from the following files: