nx_camera_sdk  1.0
Camera SDK
Public Member Functions | List of all members
TestIni Struct Reference
Inheritance diagram for TestIni:
nx::kit::IniConfig

Public Member Functions

 NX_INI_FLAG (0, enableOutput, "Enable Output.")
 
 NX_INI_FLAG (1, enableTime, "Enable Time.")
 
 NX_INI_FLAG (1, enableFps, "Enable Fps.")
 
 NX_INI_STRING ("string with middle \quote", str1, "String with middle quote.")
 
 NX_INI_STRING ("\string with leading quote", str2, "String with leading quote.")
 
 NX_INI_STRING ("string with trailing quote \, str3, "String with trailing quote.")
 
 NX_INI_STRING ("\nquoted string\, str4, "Enquoted string.")
 
 NX_INI_STRING ("simple string", str5, "Simple string.")
 
 NX_INI_INT (113, number, "Test number.")
 
 NX_INI_FLOAT (310.55f, floatNumber,"Test float number.")
 
 NX_INI_DOUBLE (-0.45, doubleNumber, "Test double number.")
 
- Public Member Functions inherited from nx::kit::IniConfig
 IniConfig (const char *iniFile)
 
 IniConfig (const IniConfig &)=delete
 
 IniConfig (IniConfig &&)=delete
 
IniConfigoperator= (const IniConfig &)=delete
 
IniConfigoperator= (IniConfig &&)=delete
 
const char * iniFile () const
 
const char * iniFilePath () const
 
void reload ()
 
 Tweaks ()
 
 Tweaks (const Tweaks &)=delete
 
 Tweaks (Tweaks &&)=delete
 
Tweaks & operator= (const Tweaks &)=delete
 
Tweaks & operator= (Tweaks &&)=delete
 
template<typename T >
void set (const T *field, T newValue)
 

Additional Inherited Members

- Static Public Member Functions inherited from nx::kit::IniConfig
static bool isEnabled ()
 
static void setEnabled (bool value)
 
static void setOutput (std::ostream *output)
 
static const char * iniFilesDir ()
 
static void setIniFilesDir (const char *iniFilesDir)
 
- Protected Member Functions inherited from nx::kit::IniConfig
bool regBoolParam (const bool *pValue, bool defaultValue, const char *paramName, const char *description)
 
int regIntParam (const int *pValue, int defaultValue, const char *paramName, const char *description)
 
const char * regStringParam (const char *const *pValue, const char *defaultValue, const char *paramName, const char *description)
 
float regFloatParam (const float *pValue, float defaultValue, const char *paramName, const char *description)
 
double regDoubleParam (const double *pValue, double defaultValue, const char *paramName, const char *description)
 

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