SYMBOL INDEX (56 symbols across 14 files) FILE: CentrifugeTest.c type CentrifugeTest (line 6) | typedef struct type States (line 18) | enum States function BEGIN_TRANSITION_MAP (line 87) | BEGIN_TRANSITION_MAP // - Current Sta... function StopPoll (line 104) | static void StopPoll(void) function BOOL (line 109) | BOOL CFG_IsPollActive(void) function EXIT_DEFINE (line 173) | EXIT_DEFINE(WaitForAcceleration) function EXIT_DEFINE (line 199) | EXIT_DEFINE(WaitForDeceleration) FILE: DataTypes.h type INT8 (line 7) | typedef signed char INT8; type UINT8 (line 8) | typedef unsigned char UINT8; type INT16 (line 9) | typedef signed short INT16; type UINT16 (line 10) | typedef unsigned short UINT16; type UINT32 (line 11) | typedef unsigned int UINT32; type INT32 (line 12) | typedef int INT32; type CHAR (line 13) | typedef char CHAR; type SHORT (line 14) | typedef short SHORT; type LONG (line 15) | typedef long LONG; type INT (line 16) | typedef int INT; type UINT (line 17) | typedef unsigned int UINT; type DWORD (line 18) | typedef unsigned long DWORD; type BYTE (line 19) | typedef unsigned char BYTE; type WORD (line 20) | typedef unsigned short WORD; type FLOAT (line 21) | typedef float FLOAT; type DOUBLE (line 22) | typedef double DOUBLE; type BOOL (line 23) | typedef int BOOL; FILE: Fault.cpp function FaultHandler (line 10) | void FaultHandler(const char* file, unsigned short line) FILE: LockGuard.cpp function LOCK_HANDLE (line 11) | LOCK_HANDLE LK_Create(void) function LK_Destroy (line 20) | void LK_Destroy(LOCK_HANDLE hLock) function LK_Lock (line 30) | void LK_Lock(LOCK_HANDLE hLock) function LK_Unlock (line 40) | void LK_Unlock(LOCK_HANDLE hLock) FILE: Motor.c type States (line 7) | enum States function BEGIN_TRANSITION_MAP (line 48) | BEGIN_TRANSITION_MAP // - Current State - FILE: Motor.h type Motor (line 8) | typedef struct type MotorData (line 14) | typedef struct FILE: StateMachine.c function _SM_ExternalEvent (line 8) | void _SM_ExternalEvent(SM_StateMachine* self, const SM_StateMachineConst... function _SM_InternalEvent (line 36) | void _SM_InternalEvent(SM_StateMachine* self, BYTE newState, void* pEven... function _SM_StateEngine (line 46) | void _SM_StateEngine(SM_StateMachine* self, const SM_StateMachineConst* ... function _SM_StateEngineEx (line 88) | void _SM_StateEngineEx(SM_StateMachine* self, const SM_StateMachineConst... FILE: StateMachine.h type NoEventData (line 39) | typedef void NoEventData; type SM_StateMachineConst (line 42) | typedef struct type SM_StateMachine (line 51) | typedef struct type BOOL (line 63) | typedef BOOL (*SM_GuardFunc)(SM_StateMachine* self, void* pEventData); type SM_StateStruct (line 67) | typedef struct SM_StateStruct type SM_StateStructEx (line 72) | typedef struct SM_StateStructEx FILE: fb_allocator.c type LOCK_HANDLE (line 13) | typedef int LOCK_HANDLE; function ALLOC_Push (line 64) | static void ALLOC_Push(ALLOC_Allocator* self, void* pBlock) function ALLOC_Init (line 109) | void ALLOC_Init() function ALLOC_Term (line 117) | void ALLOC_Term() function ALLOC_Free (line 190) | void ALLOC_Free(ALLOC_HANDLE hAlloc, void* pBlock) FILE: fb_allocator.h type ALLOC_Block (line 33) | typedef struct type ALLOC_Allocator (line 39) | typedef struct FILE: main.c function main (line 20) | int main(void) FILE: sm_allocator.c function SMALLOC_Free (line 40) | void SMALLOC_Free(void* ptr) FILE: x_allocator.c function ALLOC_Allocator (line 35) | static ALLOC_Allocator* XALLOC_GetAllocatorPtrFromBlock(void* block) function ALLOC_Allocator (line 70) | static ALLOC_Allocator* XALLOC_GetAllocator(XAllocData* self, size_t size) function XALLOC_Free (line 133) | void XALLOC_Free(void* ptr) FILE: x_allocator.h type XAllocData (line 60) | typedef struct