Proyecto ABInBev para la tarjeta Guaria 1/2.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers safety_tip_exe.hpp Source File

safety_tip_exe.hpp

Go to the documentation of this file.
00001 /**
00002  * @file safety_tip_exe.hpp
00003  * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
00004  * @brief 
00005  * @version 0.1
00006  * @date 2021-01-26
00007  * 
00008  * @copyright Copyright (c) 2021
00009  * 
00010  */
00011 
00012 #ifndef __SAFETY_TIP_EXE_HPP
00013 #define __SAFETY_TIP_EXE_HPP
00014 
00015     // Variables
00016     extern const int   safety_tip_min;
00017     extern const int   safety_tip_max;
00018     extern const char  TCA_ID_SAFETY_TIP[10];
00019     extern const char  TCA_ID_FRI_ICS5[10];
00020     extern const char  TCA_ID_OFF_ICS5[10];
00021     extern const char  TCA_ID_GPIO_UPDATE[9];
00022     extern int         safety_tip_id;
00023     extern char        safety_tip_buffer[];
00024     
00025 
00026     // Funciones
00027     void play_SafetyTip();
00028     void exe_SafetyTip();
00029     void send_fri_ics();
00030     void tx_fri_ics();
00031     
00032 #endif // __SAFETY_TIP_EXE_HPP