|
libmoost
|
#include <nsca_config.hpp>

Public Member Functions | |
| nsca_config (std::string const &host=nsca_const::DEFAULT_HOST, boost::uint16_t port=nsca_const::DEFAULT_PORT, boost::uint16_t recv_timeout=nsca_const::DEFAULT_RECV_TIMEOUT_MS, boost::uint16_t send_timeout=nsca_const::DEFAULT_SEND_TIMEOUT_MS, nsca_enctype const &enctype=nsca_enctype(), nsca_encpass const &encpass=nsca_encpass()) | |
Public Attributes | |
| std::string | nsca_svr_host |
| std::string | nsca_svr_port |
| boost::uint16_t | recv_timeout |
| boost::uint16_t | send_timeout |
| nsca_enctype | enctype |
| nsca_encpass | encpass |
Definition at line 48 of file nsca_config.hpp.
| moost::nagios::nsca_config::nsca_config | ( | std::string const & | host = nsca_const::DEFAULT_HOST, |
| boost::uint16_t | port = nsca_const::DEFAULT_PORT, |
||
| boost::uint16_t | recv_timeout = nsca_const::DEFAULT_RECV_TIMEOUT_MS, |
||
| boost::uint16_t | send_timeout = nsca_const::DEFAULT_SEND_TIMEOUT_MS, |
||
| nsca_enctype const & | enctype = nsca_enctype(), |
||
| nsca_encpass const & | encpass = nsca_encpass() |
||
| ) | [inline] |
Definition at line 50 of file nsca_config.hpp.
Definition at line 74 of file nsca_config.hpp.
Definition at line 73 of file nsca_config.hpp.
| std::string moost::nagios::nsca_config::nsca_svr_host |
Definition at line 69 of file nsca_config.hpp.
| std::string moost::nagios::nsca_config::nsca_svr_port |
Definition at line 70 of file nsca_config.hpp.
| boost::uint16_t moost::nagios::nsca_config::recv_timeout |
Definition at line 71 of file nsca_config.hpp.
| boost::uint16_t moost::nagios::nsca_config::send_timeout |
Definition at line 72 of file nsca_config.hpp.