Major Updated:

- Added new CDeviceCore Class
  - Methods and structures moved from CModbusInterface
  - Keep track of Devices and DeviceParameters
  - Provides methods & parameters related to polling process
  - Provides parameter events
This commit is contained in:
Charl Wentzel
2016-09-07 08:49:58 +02:00
parent 7564e6a288
commit 47577e9f4c
4 changed files with 1009 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ protected:
public:
// Life cycle
CFunctionCore( const char * ObjectName, CLogCore * pLog, EDebugLevel pDebugLevel, int pOuputDisplay );
CFunctionCore( const char * FunctionName, CLogCore * pLog, EDebugLevel pDebugLevel, int pOuputDisplay );
virtual ~CFunctionCore();
// Miscellaneous