Digitalisierte Elektroverteilung zur permanenten Verbraucherüberwachung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ModbusDataBender.cpp 369B

2 years ago
12345678910
  1. #include "ModbusDataBender.h"
  2. ModbusDataBender::ModbusDataBender(const unsigned int id) : ModbusDataInterface(id)
  3. {
  4. //Store Modbus reading registers
  5. //Identification
  6. //Dummy parameter to simulate continous reading
  7. modbusParamFP64.emplace_back(ModbusRegister::BENDER_Residual_current, 100, Access::R, Category::Condition);
  8. }