15 #ifndef _CIINTERFACE_H_
16 #define _CIINTERFACE_H_
46 #pragma warning (disable : 4251) // needs to have dll-interface to be used by clients
95 return m_sensorData[
index];
383 bool loadConfig(
char* configFile);
384 bool loadConfigFromString(
const char *configString);
385 bool saveConfig(
char* configFile);
386 char *getConfigAsString();
387 void parseConfig(
clXML& xmlDocument);
388 bool ParseXMLDocument(
clXML& xmlDocument);
389 bool saveXMLDocument(
clXML *xmlDocument);
391 bool restoreDefaults(
char *configFile);
392 bool ParseXMLRestoreDefaults(
clXML& xmlDocument);
439 char m_movieMergeTestLocation[512];