15 lines
320 B
C
15 lines
320 B
C
|
|
#ifndef SUNSPEC_PARAMETERS_H
|
||
|
|
#define SUNSPEC_PARAMETERS_H
|
||
|
|
|
||
|
|
#include "sunspecParametersGeneric.h"
|
||
|
|
|
||
|
|
class SunspecParameterManufacturer : public SunspecParameterString32 {
|
||
|
|
protected:
|
||
|
|
|
||
|
|
public:
|
||
|
|
SunspecParameterManufacturer();
|
||
|
|
|
||
|
|
void setValueFromRegisters(uint16_t *registers, int addressOffset);
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|