Zivid C++ API 2.14.0+e4a0c4a9-1
|
The camera's IPv4 address. Only used in manual mode. More...
#include <Zivid/NetworkConfiguration.h>
Public Types | |
using | ValueType = std::string |
The type of the underlying value. | |
Public Member Functions | |
Address ()=default | |
Default constructor. | |
Address (std::string value) | |
Constructor. | |
const std::string & | value () const |
Get the value. | |
std::string | toString () const |
Get the value as string. | |
bool | operator== (const Address &other) const |
Comparison operator. | |
bool | operator!= (const Address &other) const |
Comparison operator. | |
bool | operator< (const Address &other) const |
Comparison operator. | |
bool | operator> (const Address &other) const |
Comparison operator. | |
bool | operator<= (const Address &other) const |
Comparison operator. | |
bool | operator>= (const Address &other) const |
Comparison operator. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "IPV4/Address" } |
The full path for this value. | |
static constexpr const char * | name { "Address" } |
The name of this value. | |
static constexpr const char * | description |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< Address > |
std::ostream & | operator<< (std::ostream &stream, const Address &value) |
Operator to serialize the value to a stream. | |
The camera's IPv4 address. Only used in manual mode.
To be able to connect to the camera, the camera's IP address must be in the same subnet as the IP address of the computer's local network interface.
using Zivid::NetworkConfiguration::IPV4::Address::ValueType = std::string |
The type of the underlying value.
|
default |
Default constructor.
|
inlineexplicit |
Constructor.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
std::string Zivid::NetworkConfiguration::IPV4::Address::toString | ( | ) | const |
Get the value as string.
const std::string & Zivid::NetworkConfiguration::IPV4::Address::value | ( | ) | const |
Get the value.
|
friend |
|
friend |
Operator to serialize the value to a stream.
|
staticconstexpr |
The description for this value.
|
staticconstexpr |
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.