Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
app_PBV_CAN.h
1/*
2 * @file app_PBV_CAN.h
3 * @author M70027
4 * @ingroup PBV_CAN
5 * @brief Power Board Visualizer CAN interface
6 */
7
8// This is a guard condition so that contents of this file are not included
9// more than once.
10#ifndef APP_PBV_CAN_INTERFACE_H
11#define APP_PBV_CAN_INTERFACE_H
12
13#include "app_PBV_interface.h"
14
15// Public Functions
16void PBV_CAN_Init(PBV_Datatype_TX_t * boardToPBV, PBV_Datatype_TX_t * boardToPBVAscii, PBV_Datatype_RX_t *pbvToBoard);
23
24#endif /* APP_PBV_CAN_INTERFACE_H */
25
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()
Definition app_PBV_CAN.c:69
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()
Definition app_PBV_CAN.c:86
uint8_t PBV_CAN_Transmit_to_GUI()
transmits the numerical msg to PBV