OpenDTU/lib/Hoymiles/src/commands
2022-09-30 18:34:30 +02:00
..
ActivePowerControlCommand.cpp Implemented method to check whether the last command was successfull 2022-09-30 18:34:30 +02:00
ActivePowerControlCommand.h Implemented method to check whether the last command was successfull 2022-09-30 18:34:30 +02:00
AlarmDataCommand.cpp Implemented getTimeout method in AlarmDataCommand 2022-09-30 18:34:30 +02:00
AlarmDataCommand.h Implemented getTimeout method in AlarmDataCommand 2022-09-30 18:34:30 +02:00
CommandAbstract.cpp Implemented method to check whether the last command was successfull 2022-09-30 18:34:30 +02:00
CommandAbstract.h Implemented method to check whether the last command was successfull 2022-09-30 18:34:30 +02:00
DevControlCommand.cpp Set correct timeout for DevControlCommand 2022-09-30 18:34:30 +02:00
DevControlCommand.h Add RX main command to structure which is passed to handleResponse 2022-09-30 18:34:30 +02:00
DevInfoAllCommand.cpp Added parser and commands for hardware version and part nr 2022-08-10 20:12:52 +02:00
DevInfoAllCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
DevInfoSampleCommand.cpp Added parser and commands for hardware version and part nr 2022-08-10 20:12:52 +02:00
DevInfoSampleCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
MultiDataCommand.cpp Move CRC check of multidata command from InverterAbstract to MultiDataCommand class 2022-08-03 19:51:10 +02:00
MultiDataCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
ParaSetCommand.cpp Added first empty classes for DevControl and ParaSet 2022-08-03 20:36:35 +02:00
ParaSetCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
README.md Empty classes of ActivePowerControl 2022-09-30 18:34:30 +02:00
RealTimeRunDataCommand.cpp Move CRC check of multidata command from InverterAbstract to MultiDataCommand class 2022-08-03 19:51:10 +02:00
RealTimeRunDataCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
RequestFrameCommand.cpp Move CRC check of multidata command from InverterAbstract to MultiDataCommand class 2022-08-03 19:51:10 +02:00
RequestFrameCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
SingleDataCommand.cpp RequestFrameCommand can now be configured individually for each command 2022-08-02 21:14:41 +02:00
SingleDataCommand.h Mark Single-parameter constructors explicit 2022-09-13 22:50:33 +02:00
SystemConfigParaCommand.cpp Implemented method to check whether the last command was successfull 2022-09-30 18:34:30 +02:00
SystemConfigParaCommand.h Implemented method to check whether the last command was successfull 2022-09-30 18:34:30 +02:00

Class hierarchy

  • CommandAbstract
    • DevControlCommand
      • ActivePowerControlCommand
    • MultiDataCommand
      • AlarmDataCommand
      • DevInfoAllCommand
      • DevInfoSampleCommand
      • RealTimeRunDataCommand
      • SystemConfigParaCommand
    • ParaSetCommand
    • SingleDataCommand
      • RequestFrameCommand