/**************************************************************************** * * Target Tuning Symbol File * ------------------------- * * This file is populated with symbol information only for modules * that have an object ID of 30000 or greater assigned. * * Generated on: 29-Sep-2022 12:31:24 * ***************************************************************************/ #ifndef AWE_STATUSSET_EXAMPLE_CONTROLINTERFACE_H #define AWE_STATUSSET_EXAMPLE_CONTROLINTERFACE_H // ---------------------------------------------------------------------- // [DCSourceInt] // Newly created subsystem #define AWE_DC1_classID 0xBEEF0873 #define AWE_DC1_ID 30000 // int profileTime - 24.8 fixed point filtered execution time. Must be pumped 1000 times to get to within .1% accuracy #define AWE_DC1_profileTime_HANDLE 0x07530007 #define AWE_DC1_profileTime_MASK 0x00000080 #define AWE_DC1_profileTime_SIZE 0x00000001 // int value - Data Value // Default value: 0 // Range: 0 to 3. Step size = 1 #define AWE_DC1_value_HANDLE 0x07530008 #define AWE_DC1_value_MASK 0x00000100 #define AWE_DC1_value_SIZE 0x00000001 #define AWE_OBJECT_FOUND 0 #endif // AWE_STATUSSET_EXAMPLE_CONTROLINTERFACE_H