![]() |
AUBO SDK
0.26.0
|
寄存器操作接口,用于三个模块之间的数据交换功能 More...
#include <stdint.h>#include <memory>#include <vector>#include <aubo/type_def.h>#include <aubo/global_config.h>

Go to the source code of this file.
Classes | |
| class | arcs::common_interface::RegisterControl |
| General Registers. More... | |
Namespaces | |
| namespace | arcs |
| namespace | arcs::common_interface |
Typedefs | |
| using | arcs::common_interface::RegisterControlPtr = std::shared_ptr< RegisterControl > |
Enumerations | |
| enum | ModbusErrorNum { MB_ERR_NOT_INIT = -1 , MB_ERR_DISCONNECTED = -2 , MB_ERR_ILLEGAL_FUNCTION = 1 , MB_ERR_ILLEGAL_DATA_ADDRESS = 2 , MB_ERR_ILLEGAL_DATA_VALUE = 3 , MB_ERR_SLAVE_DEVICE_FAILURE = 4 , MB_ERR_ACKNOWLEDGE = 5 , MB_ERR_SLAVE_DEVICE_BUSY = 6 } |
寄存器操作接口,用于三个模块之间的数据交换功能
Definition in file register_control.h.
| enum ModbusErrorNum |
Definition at line 14 of file register_control.h.