|
libknx
|
This class represents the configuration of the knx connection. More...
#include <config.hpp>
Public Member Functions | |
| config (int argc, char *argv[]) | |
| constructor taking all command line arguments | |
| ~config () | |
| empty descructor | |
Public Attributes | |
| std::string | local_control_host |
| name or ip address of the local host (control connection) | |
| int | local_control_port |
| communication port for control messages | |
| std::string | local_data_host |
| name or ip address of the local host (data connection) | |
| int | local_data_port |
| communication port for data messages | |
| std::string | remote_host |
| name or ip address of the knx gateway | |
| int | remote_port |
| port of the gateway (default 3671) | |
| std::string | logging_filename |
| name of the logging file | |
| bool | logging_activated |
| indication if logging is active | |
This class represents the configuration of the knx connection.