8 #ifndef __MC_DATAREADUNSIGNEDINT_H
9 #define __MC_DATAREADUNSIGNEDINT_H
10 #include "mc_dataRead.h"
11 #include "ENUM_MCDataTypes.h"
12 #include "ENUM_MCUpdateIntervals.h"
18 ENUM_MCFunctionCodes z_function,
19 uint16 z_baseRegister,
20 ENUM_MCDataTypes z_dataType
28 ENUM_MCUpdateIntervals z_frequency,
29 ENUM_MCFunctionCodes z_function,
30 uint16 z_baseRegister,
31 ENUM_MCDataTypes z_dataType
37 char * z_ipAddressOrName,
38 uint8 z_modbusAddress,
39 ENUM_MCFunctionCodes z_function,
40 uint16 z_baseRegister,
41 ENUM_MCDataTypes z_dataType,
47 virtual void printTo(FILE*);
50 static uint16 readNumberOfRegs(ENUM_MCDataTypes z_dataType);
52 ENUM_MCDataTypes m_dataType;
Definition: mc_dataRead.h:13
Definition: mc_dataReadUnsignedInt.h:14