Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
nzos_fsm.h
Go to the documentation of this file.
1 
47 #ifndef NZOS_FSM_H
48 #define NZOS_FSM_H
49 
50 #if (nzosFSM_ENABLE==1)
51 
52 
53 typedef struct NZOS_FCBSM_
54 //typedef struct __attribute__((__packed__)) NZOS_FCBSM_
55 //typedef struct __attribute__((aligned(2), packed)) NZOS_FCBSM_
56 {
57  //Header for Tasks, Fibers and "FSM Tasks" must be the same
58 
59 } NZOS_FCBSM;
60 
61 
63 
64 #endif //if (nzosFSM_ENABLE==1)
65 
66 #endif //#ifndef NZ_OS_H
67