libmoost
moost::nagios::nsca_config Struct Reference

#include <nsca_config.hpp>

Collaboration diagram for moost::nagios::nsca_config:

List of all members.

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

Detailed Description

Definition at line 48 of file nsca_config.hpp.


Constructor & Destructor Documentation

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.


Member Data Documentation

Definition at line 69 of file nsca_config.hpp.

Definition at line 70 of file nsca_config.hpp.

Definition at line 71 of file nsca_config.hpp.

Definition at line 72 of file nsca_config.hpp.


The documentation for this struct was generated from the following file: