#include <psfb_droop.X/sources/app/app_PBV_interface.h>
Data Fields | |
uint16_t | Length |
Length of transmitted message in Bytes. | |
uint32_t | PBV_Protcol_ID |
Protocol ID. | |
enum PBV_SIGNAL_ASCII_MODE | PBV_Signal_Ascii |
Object will transmit Signals or ASCII. | |
PBV_MESSAGE_TX_STATE_t | PBV_Message_State |
State of the TX object. | |
uint8_t * | Data_Buffer |
Pointer to the data to be transmitted. | |
pbv App TX data type definition structure
Definition at line 74 of file app_PBV_interface.h.
uint8_t* Data_Buffer |
Definition at line 79 of file app_PBV_interface.h.
uint16_t Length |
Definition at line 75 of file app_PBV_interface.h.
PBV_MESSAGE_TX_STATE_t PBV_Message_State |
Definition at line 78 of file app_PBV_interface.h.
uint32_t PBV_Protcol_ID |
Definition at line 76 of file app_PBV_interface.h.
enum PBV_SIGNAL_ASCII_MODE PBV_Signal_Ascii |
Definition at line 77 of file app_PBV_interface.h.