TwiceAsNice
2019-02-18
|
This is the complete list of members for QSI_Registry, including all inherited members.
AddIPAddress(std::string IPAddr) | QSI_Registry | inline |
GetAdvancedSetupSettings(std::string strSerialNumber, bool bIsMainCamera, QSI_AdvSettings DefaultSettings) | QSI_Registry | inline |
GetAllKeys(std::string strKeyPath, std::vector< std::string > *vKeys) | QSI_Registry | inline |
GetBoolean(std::string strKeyPath, std::string strSubKeyName, bool bDefaultValue) | QSI_Registry | inline |
GetInt(std::string strKeyPath, std::string strSubKeyName, int iDefaultValue, int &iRetVal) | QSI_Registry | inline |
GetIPAdressList(std::vector< std::string > *vIPAddresses) | QSI_Registry | inline |
GetIPv4Addresss(bool bIsMainCamera, int iDefaultAddress) | QSI_Registry | inline |
GetMaxPixelsPerBlock(int iDefaultValue) | QSI_Registry | inline |
GetNumber(std::string strKeyPath, std::string strSubKeyName, int iDefaultValue) | QSI_Registry | inline |
GetSelectedCamera(bool bIsMainCamera) | QSI_Registry | inline |
GetSelectedFilterWheel(std::string strSerialNumber, bool bIsMainCamera) | QSI_Registry | inline |
GetSelectedInterface(bool bIsMainCamera, int iDefaultInterface) | QSI_Registry | inline |
GetString(std::string strKeyPath, std::string strSubKeyName, std::string strDefaultValue) | QSI_Registry | inline |
GetUSBExReadTimeout(int iDefaultValue) | QSI_Registry | inline |
GetUSBExWriteTimeout(int iDefaultValue) | QSI_Registry | inline |
GetUSBInSize(int iDefaultValue) | QSI_Registry | inline |
GetUSBOutSize(int iDefaultValue) | QSI_Registry | inline |
GetUSBReadTimeout(int iDefaultValue) | QSI_Registry | inline |
GetUSBWriteTimeout(int iDefaultValue) | QSI_Registry | inline |
KeyExists(std::string strKeyPath) | QSI_Registry | inline |
m_iError | QSI_Registry | private |
m_ini | QSI_Registry | private |
m_rc | QSI_Registry | private |
m_szPath | QSI_Registry | private |
QSI_Registry(void) | QSI_Registry | inline |
RecordExists(std::string strSerialNumber, bool bIsMainCamera) | QSI_Registry | inline |
RegDelKey(std::string Section, std::string Key) | QSI_Registry | inline |
RegDelnode(std::string Root) | QSI_Registry | inline |
RegQueryValueEx(std::string strKeyPath, std::string strSubKeyName, int n0, int n1, int *piData, int dSize) | QSI_Registry | inline |
SetAdvancedSetupSettings(std::string strSerialNumber, bool bIsMainCamera, QSI_AdvSettings AdvSettings) | QSI_Registry | inline |
SetBoolean(std::string strKeyPath, std::string strSubKeyName, bool bValue) | QSI_Registry | inline |
SetIPv4Address(int iIPv4Addr, bool bIsMainCamera) | QSI_Registry | inline |
SetNumber(std::string strKeyPath, std::string strSubKeyName, int iValue) | QSI_Registry | inline |
SetSelectedCamera(std::string strSerialNumber, bool bIsMainCamera) | QSI_Registry | inline |
SetSelectedFilterWheel(std::string strSerialNumber, bool bIsMainCamera, std::string strFilterName) | QSI_Registry | inline |
SetSelectedInterface(int iInterface, bool bIsMainCamera) | QSI_Registry | inline |
SetString(std::string strKeyPath, std::string strSubKeyName, std::string strValue) | QSI_Registry | inline |
~QSI_Registry(void) | QSI_Registry | inline |