Choco OS  V.0.16.9.0
Join to the chocolate world
oc_signal.c
Go to the documentation of this file.
1 
27 #include <oc_signal.h>
28 #include <oc_object.h>
29 #include <oc_stdlib.h>
30 #include <oc_threadman.h>
31 
37 #define _________________________________________LOCAL_TYPES_SECTION________________________________________________________________________
38 
39 struct Signal_t
40 {
41  oC_ObjectControl_t ObjectControl;
42 };
43 
44 #undef _________________________________________LOCAL_TYPES_SECTION________________________________________________________________________
45 
51 #define _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
52 
53 
54 
55 #undef _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
The file with helper macros for managing objects.
uint32_t oC_ObjectControl_t
stores object control value
Definition: oc_object.h:141
The file with interface for signal module.
The file with interface for Thread Manager.