DHCP or manual configuration.
More...
#include <Zivid/NetworkConfiguration.h>
DHCP or manual configuration.
◆ ValueType
The type of the underlying value.
◆ Mode() [1/2]
Zivid::NetworkConfiguration::IPV4::Mode::Mode |
( |
| ) |
|
|
default |
◆ Mode() [2/2]
Zivid::NetworkConfiguration::IPV4::Mode::Mode |
( |
ValueType | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
bool Zivid::NetworkConfiguration::IPV4::Mode::operator!= |
( |
const Mode & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::NetworkConfiguration::IPV4::Mode::operator== |
( |
const Mode & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::NetworkConfiguration::IPV4::Mode::toString |
( |
| ) |
const |
◆ validValues()
static std::set< ValueType > Zivid::NetworkConfiguration::IPV4::Mode::validValues |
( |
| ) |
|
|
inlinestatic |
All valid values of Mode.
◆ value()
ValueType Zivid::NetworkConfiguration::IPV4::Mode::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< Mode >
friend struct DataModel::Detail::Befriend< Mode > |
|
friend |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Mode & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Mode::ValueType & | value ) |
|
friend |
Operator to serialize ValueType to a stream.
◆ description
const char* Zivid::NetworkConfiguration::IPV4::Mode::description { R"description(DHCP or manual configuration)description" } |
|
staticconstexpr |
The description for this value.
◆ dhcp
const Mode Zivid::NetworkConfiguration::IPV4::Mode::dhcp |
|
static |
◆ manual
const Mode Zivid::NetworkConfiguration::IPV4::Mode::manual |
|
static |
◆ name
const char* Zivid::NetworkConfiguration::IPV4::Mode::name { "Mode" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::NetworkConfiguration::IPV4::Mode::path { "IPV4/Mode" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: