Choco OS  V.0.16.9.0
Join to the chocolate world
oc_streamman.h
Go to the documentation of this file.
1 
28 #ifndef INC_KERNEL_OC_STREAMMAN_H_
29 #define INC_KERNEL_OC_STREAMMAN_H_
30 
31 #include <oc_errors.h>
32 #include <oc_stream.h>
33 #include <oc_list.h>
34 
40 #define _________________________________________TYPES_SECTION______________________________________________________________________________
41 
44 
45 
46 #undef _________________________________________TYPES_SECTION______________________________________________________________________________
47 
54 #define _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
55 
58 extern oC_ErrorCode_t oC_StreamMan_TurnOn ( void );
59 extern oC_ErrorCode_t oC_StreamMan_TurnOff ( void );
60 extern oC_ErrorCode_t oC_StreamMan_Add ( oC_Stream_t Stream );
61 extern oC_ErrorCode_t oC_StreamMan_Remove ( oC_Stream_t Stream );
62 extern oC_List(oC_Stream_t) oC_StreamMan_GetList ( void );
63 extern oC_Stream_t oC_StreamMan_GetStream ( const char * Name );
64 extern oC_Stream_t oC_StreamMan_GetStdErrorStream ( void );
65 
66 #undef _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
67 
69 #endif /* INC_KERNEL_OC_STREAMMAN_H_ */
The file with interface for stream.
The file with list library.