|
MF32BSP_XerolySkinner 2.0.0
C++版本的驱动库
|
ModBus协议分析器 更多...
#include <bsp_ModBus.h>
Public 成员函数 | |
| bsp_ModBus_Rx (void) | |
| ~bsp_ModBus_Rx (void) | |
| void | analysis (u8 *dat) |
| 以ModBus协议分析缓冲区内数据 更多... | |
Public 属性 | |
| u8 | ID |
| 器件ID 更多... | |
| u8 | Func |
| 功能号 更多... | |
| u8 | crcts |
| CRC测试 更多... | |
| u16 * | KeepRegDat |
| u8 | KeepRegMem |
| u16 * | InRegDat |
| u8 | InRegMem |
| u8 * | OutCoilDat |
| u8 | OutCoilMem |
| u8 * | InCoilDat |
| u8 | InCoilMem |
ModBus协议分析器
在文件 bsp_ModBus.h 第 82 行定义.
| bsp_ModBus_Rx::bsp_ModBus_Rx | ( | void | ) |
在文件 bsp_ModBus.cpp 第 365 行定义.
| bsp_ModBus_Rx::~bsp_ModBus_Rx | ( | void | ) |
在文件 bsp_ModBus.cpp 第 371 行定义.
| void bsp_ModBus_Rx::analysis | ( | u8 * | dat | ) |
| u8 bsp_ModBus_Rx::crcts |
CRC测试
在文件 bsp_ModBus.h 第 91 行定义.
| u8 bsp_ModBus_Rx::Func |
功能号
在文件 bsp_ModBus.h 第 90 行定义.
| u8 bsp_ModBus_Rx::ID |
器件ID
在文件 bsp_ModBus.h 第 89 行定义.
| u8* bsp_ModBus_Rx::InCoilDat |
在文件 bsp_ModBus.h 第 102 行定义.
| u8 bsp_ModBus_Rx::InCoilMem |
在文件 bsp_ModBus.h 第 103 行定义.
| u16* bsp_ModBus_Rx::InRegDat |
在文件 bsp_ModBus.h 第 96 行定义.
| u8 bsp_ModBus_Rx::InRegMem |
在文件 bsp_ModBus.h 第 97 行定义.
| u16* bsp_ModBus_Rx::KeepRegDat |
在文件 bsp_ModBus.h 第 93 行定义.
| u8 bsp_ModBus_Rx::KeepRegMem |
在文件 bsp_ModBus.h 第 94 行定义.
| u8* bsp_ModBus_Rx::OutCoilDat |
在文件 bsp_ModBus.h 第 99 行定义.
| u8 bsp_ModBus_Rx::OutCoilMem |
在文件 bsp_ModBus.h 第 100 行定义.