8 #ifndef __MC_DATAREADDOUBLE_H
9 #define __MC_DATAREADDOUBLE_H
10 #include "mc_dataRead.h"
11 #include "ENUM_MCScalingTypes.h"
12 #include "ENUM_MCDataTypes.h"
13 #include "ENUM_MCUpdateIntervals.h"
19 ENUM_MCFunctionCodes z_function,
20 uint16 z_baseRegister,
21 ENUM_MCDataTypes z_dataType,
22 ENUM_MCScalingTypes z_scalingType,
34 ENUM_MCUpdateIntervals z_frequency,
35 ENUM_MCFunctionCodes z_function,
36 uint16 z_baseRegister,
37 ENUM_MCDataTypes z_dataType,
38 ENUM_MCScalingTypes z_scalingType,
47 virtual void printTo(FILE*);
50 static uint16 readNumberOfRegs(ENUM_MCDataTypes z_dataType);
52 ENUM_MCDataTypes m_dataType;
53 ENUM_MCScalingTypes m_scalingType;
Definition: mc_dataRead.h:13
Definition: mc_dataReadDouble.h:15