matlab_23550/Inu/Src2/main/another_bs.h

22 lines
457 B
C

/*
* another_bs.h
*
* Created on: 13 íîÿá. 2024 ã.
* Author: Evgeniy_Sokolov
*/
#ifndef SRC_MAIN_ANOTHER_BS_H_
#define SRC_MAIN_ANOTHER_BS_H_
void update_bsu_can(unsigned int pause);
void init_can_box_between_bs1_bs2(void);
void detect_alive_another_bs(void);
void detect_error_from_another_bs(void);
void UpdateTableSecondBS(void);
unsigned int read_cmd_sbor_from_bs(void);
void read_data_from_bs(void);
#endif /* SRC_MAIN_ANOTHER_BS_H_ */