![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#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) | |
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.
GrayLib::cClientConfig::cClientConfig | ( | ) |
GrayLib::cClientConfig::~cClientConfig | ( | ) |
void GrayLib::cClientConfig::OnQueryResponse | ( | ) |
HRESULT GrayLib::cClientConfig::OpenConnection | ( | const char * | pszNodeName, |
const char * | pszAppName, | ||
const char * | pszInst, | ||
const char * | pszPass | ||
) |
HRESULT GrayLib::cClientConfig::QueryConfig | ( | const char * | pszDataType | ) |
GrayLib::cClientConfig::UNITTEST_FRIEND | ( | cClientConfig | ) |