LibMultiSense
LibMultiSense Documentation
|
Class containing the network configuration for a specific sensor. More...
#include <MultiSenseTypes.hh>
Public Member Functions | |
NetworkConfig () | |
Default constructor with the sensor factory default IP configuration. More... | |
NetworkConfig (const std::string &a, const std::string &g, const std::string &n) | |
Constructor to initialize the Ipv4 parameters. More... | |
Public Attributes | |
std::string | ipv4Address |
An Ipv4 address corresponding to a sensor. More... | |
std::string | ipv4Gateway |
An Ipv4 gateway corresponding to a sensor. More... | |
std::string | ipv4Netmask |
An Ipv4 netmask corresponding to a sensor. More... | |
Class containing the network configuration for a specific sensor.
Example code to query a sensor's network configuration:
Example code to set a sensor's network configuration:
Definition at line 3389 of file MultiSenseTypes.hh.
|
inline |
Default constructor with the sensor factory default IP configuration.
Definition at line 3402 of file MultiSenseTypes.hh.
|
inline |
Constructor to initialize the Ipv4 parameters.
a | A Ipv4 address |
g | A Ipv4 gateway |
n | A Ipv4 netmask |
Definition at line 3416 of file MultiSenseTypes.hh.
std::string crl::multisense::system::NetworkConfig::ipv4Address |
An Ipv4 address corresponding to a sensor.
Definition at line 3393 of file MultiSenseTypes.hh.
std::string crl::multisense::system::NetworkConfig::ipv4Gateway |
An Ipv4 gateway corresponding to a sensor.
Definition at line 3395 of file MultiSenseTypes.hh.
std::string crl::multisense::system::NetworkConfig::ipv4Netmask |
An Ipv4 netmask corresponding to a sensor.
Definition at line 3397 of file MultiSenseTypes.hh.