#ifndef SYSTEMCONFIG_H #define SYSTEMCONFIG_H #include "CANDevice.h" #include #include #include #include "CANDeviceConfig.h" #define OTARCIK_CURRENT_CONFIG_FILE_VERSION 0x01 #define OTARCIK_CONFIG_FILE_MAGIC_NBR 0xDEADBEEF //class CCANDeviceConfig; class CSystemConfig { public: CSystemConfig(); int LoadConfig(QList *DevicesList); int SaveConfig(QList *DevicesConfigList); }; #endif // SYSTEMCONFIG_H