Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cClientConfig Class Reference

#include <cClientConfig.h>

Public Member Functions

 cClientConfig ()
 
 ~cClientConfig ()
 
HRESULT OpenConnection (const char *pszNodeName, const char *pszAppName, const char *pszInst, const char *pszPass)
 
HRESULT QueryConfig (const char *pszDataType)
 
void OnQueryResponse ()
 
 UNITTEST_FRIEND (cClientConfig)
 

Detailed Description

Ask a central config database/server/Master for config information for this app/node/UserId. Talks to ClusterMaster Config service Can default to a local log file/database if not connected. Request on cSecureChannel Request DataType, index start, field query values, max quantity return, fields to return list.

Constructor & Destructor Documentation

◆ cClientConfig()

GrayLib::cClientConfig::cClientConfig ( )

◆ ~cClientConfig()

GrayLib::cClientConfig::~cClientConfig ( )

Member Function Documentation

◆ OnQueryResponse()

void GrayLib::cClientConfig::OnQueryResponse ( )

◆ OpenConnection()

HRESULT GrayLib::cClientConfig::OpenConnection ( const char *  pszNodeName,
const char *  pszAppName,
const char *  pszInst,
const char *  pszPass 
)

◆ QueryConfig()

HRESULT GrayLib::cClientConfig::QueryConfig ( const char *  pszDataType)

◆ UNITTEST_FRIEND()

GrayLib::cClientConfig::UNITTEST_FRIEND ( cClientConfig  )

The documentation for this class was generated from the following files: