Radiocraft Wireless M-Bus extension module  1.00.00
VPL data structures

VPL data structures. More...

Data Structures

struct  mbus_open
 FUNCTION mbusOpen
Defines the data structure of the VPL function mbusOpen. More...
 
struct  mbus_frame
 STRUCT_BLOCK mbusFrame
Defines the data structure of the VPL STRUCT_BLOCK mbusFrame. More...
 
struct  mbus_send
 FUNCTION mbusSend
Defines the data structure of the VPL function mbusSend. More...
 
struct  mbus_receive
 FUNCTION mbusReceive
Defines the data structure of the VPL function mbusReceive. More...
 
struct  mbus_reg_slave
 FUNCTION mbusRegisterSlave
Defines the data structure of the VPL function mbusRegisterSlave. More...
 
struct  mbus_set_filter
 FUNCTION mbusSetFilter
Defines the data structure of the VPL function mbusSetFilter. More...
 

Typedefs

typedef struct mbus_open tdef_mbus_open
 Typedef for mbus_open. More...
 
typedef struct mbus_frame tdef_mbus_frame
 Typedef for mbus_frame. More...
 
typedef struct mbus_send tdef_mbus_send
 Typedef for mbus_send. More...
 
typedef struct mbus_receive tdef_mbus_receive
 Typedef for mbus_receive. More...
 
typedef struct mbus_reg_slave tdef_mbus_reg_slave
 Typedef for mbus_reg_slave. More...
 
typedef struct mbus_set_filter tdef_mbus_set_filter
 Typedef for mbus_set_filter. More...
 

Detailed Description

VPL data structures.

Theses must match the output in the .lst file

Typedef Documentation

◆ tdef_mbus_frame

typedef struct mbus_frame tdef_mbus_frame

Typedef for mbus_frame.

Definition at line 90 of file mod_mbus.c.

◆ tdef_mbus_open

typedef struct mbus_open tdef_mbus_open

Typedef for mbus_open.

Definition at line 68 of file mod_mbus.c.

◆ tdef_mbus_receive

Typedef for mbus_receive.

Definition at line 132 of file mod_mbus.c.

◆ tdef_mbus_reg_slave

Typedef for mbus_reg_slave.

Definition at line 159 of file mod_mbus.c.

◆ tdef_mbus_send

typedef struct mbus_send tdef_mbus_send

Typedef for mbus_send.

Definition at line 111 of file mod_mbus.c.

◆ tdef_mbus_set_filter

Typedef for mbus_set_filter.

Definition at line 179 of file mod_mbus.c.