|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Bundles several parameters to describe a network connection. Use in parameter classes. More...
#include <HardwareAdapterEthernet.h>
Public Member Functions | |
| NetworkParamsExtension (DynExp::ParamsBase &Owner) | |
Constructs a NetworkParamsExtension instance. | |
| std::string | MakeAddress () const |
| Builds a network address from the parameters' content. | |
Public Attributes | |
| DynExp::ParamsBase::Param< ParamsConfigDialog::TextType > | ServerName |
| IP address. | |
| DynExp::ParamsBase::Param< ParamsConfigDialog::NumberType > | Port |
| Network port. | |
Bundles several parameters to describe a network connection. Use in parameter classes.
Definition at line 42 of file HardwareAdapterEthernet.h.
|
inline |
Constructs a NetworkParamsExtension instance.
| Owner | Parameter class owning the parameters bundled by this instance |
Definition at line 49 of file HardwareAdapterEthernet.h.
|
inline |
Builds a network address from the parameters' content.
Definition at line 60 of file HardwareAdapterEthernet.h.
| DynExp::ParamsBase::Param<ParamsConfigDialog::NumberType> DynExp::NetworkParamsExtension::Port |
Network port.
Definition at line 63 of file HardwareAdapterEthernet.h.
| DynExp::ParamsBase::Param<ParamsConfigDialog::TextType> DynExp::NetworkParamsExtension::ServerName |
IP address.
Definition at line 62 of file HardwareAdapterEthernet.h.