- various improvements in SE drivers
This commit is contained in:
2
modbus.h
2
modbus.h
@ -19,7 +19,7 @@ int ModBusHandler(void *eab);
|
||||
void ModBusPutFloats(EaseBase *eab, int adr, int npar, float val[]);
|
||||
void ModBusRequestFloats(EaseBase *eab, int adr, int npar);
|
||||
float ModBusGetFloat(EaseBase *eab, int adr);
|
||||
void ModBusRequestValue(EaseBase *eab, int adr);
|
||||
void ModBusRequestValue(EaseBase *eab, int adr, int type);
|
||||
float ModBusGetValue(EaseBase *eab, int type);
|
||||
void ModBusPutValue(EaseBase *eab, int adr, int type, float val);
|
||||
|
||||
|
Reference in New Issue
Block a user