7#include "config/comms_config.h"
9#include "app_PBV_config.h"
12#include "app_PBV_UART.h"
16#include "app_PBV_CAN.h"
31 PBV_UART_Link_Data_TX,
void PBV_CAN_Link_Data_TX(PBV_Datatype_TX_t *ptr)
Links the data from TX PBV datatype to CAN TX object.
uint8_t PBV_CAN_Receive_from_GUI()
void PBV_CAN_Link_Data_RX(PBV_Datatype_RX_t *ptr)
links the received data to the application data structure
void PBV_CAN_Reinit(PBV_Datatype_TX_t *ptr)
reinitializes the can object with new can id.
uint8_t PBV_CAN_Transmit_Ascii_to_GUI()
uint8_t PBV_CAN_Transmit_to_GUI()
transmits the numerical msg to PBV
uint8_t PBV_UART_Transmit_to_GUI()
void PBV_UART_Init(PBV_Datatype_TX_t *Board_To_PBV, PBV_Datatype_TX_t *Board_To_PBVAscii, PBV_Datatype_RX_t *Pbv_To_Board)
uint8_t PBV_UART_Transmit_Ascii_to_GUI()
uint8_t PBV_UART_Receive_from_GUI()
implements the state machine for UART Frame receiving from PBV.
const APP_PBV_INTF_API_t APP_PBV_FUNCS
structure of API function pointers.
structure of API function pointers.