#include <MultiSenseTypes.hh>
| Public Member Functions | |
| NetworkConfig () | |
| NetworkConfig (const std::string &a, const std::string &g, const std::string &n) | |
| Public Attributes | |
| std::string | ipv4Address | 
| std::string | ipv4Gateway | 
| std::string | ipv4Netmask | 
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 3401 of file MultiSenseTypes.hh.
| 
 | inline | 
Default constructor with the sensor factory default IP configuration
Definition at line 3414 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 3428 of file MultiSenseTypes.hh.
| std::string crl::multisense::system::NetworkConfig::ipv4Address | 
An Ipv4 address corresponding to a sensor
Definition at line 3405 of file MultiSenseTypes.hh.
| std::string crl::multisense::system::NetworkConfig::ipv4Gateway | 
An Ipv4 gateway corresponding to a sensor
Definition at line 3407 of file MultiSenseTypes.hh.
| std::string crl::multisense::system::NetworkConfig::ipv4Netmask | 
An Ipv4 netmask corresponding to a sensor
Definition at line 3409 of file MultiSenseTypes.hh.