uGOOSE  1.0
GOOSE for Embedded Devices. Sample project for Renesas R-IN32-EC
goose_task.h
Go to the documentation of this file.
1 /******************************************************************************/
12 #ifndef GOOSE_TASK_H
13 #define GOOSE_TASK_H
14 
15 #include "ugibso_types.h"
16 #include <stdint.h>
17 
18 /**********************************************************************************
19 * GLOBAL DEFINES
20 **********************************************************************************/
21 
22 /**********************************************************************************
23 * GLOBAL MACROS
24 **********************************************************************************/
25 
26 /**********************************************************************************
27 * GLOBAL DATA TYPES
28 **********************************************************************************/
29 
30 /**********************************************************************************
31 * GLOBAL FUNCTION PROTOTYPES
32 **********************************************************************************/
33 
34 extern ER GooseTaskInit (void);
35 extern ER GooseTask (SINT32 exinf);
36 
37 
38 #endif /* GOOSE_TASK_H */
signed int SINT32
Definition: ugibso_types.h:111
ER GooseTaskInit(void)
Task init function.
Definition: goose_task.c:75
ER GooseTask(SINT32 exinf)
The Goose Task.
Definition: goose_task.c:128