/************************************************************************************ * convertParams_sct.h * * Typedefs the version specific input & output structures into the default ones. ************************************************************************************/ #ifndef CONVERT_PARAMS_SCT #define CONVERT_PARAMS_SCT typedef struct TEST_IN TestIn; typedef struct HISTOGRAM_SETUP_IN HistogramSetupIn; typedef struct HISTOGRAM_SETUP_OUT HistogramSetupOut; typedef RwModuleDataIn_v103 RwModuleDataIn; typedef RwModuleDataOut_v103 RwModuleDataOut; typedef RwModuleVariableIn_v103 RwModuleVariableIn; typedef RwModuleVariableOut_v103 RwModuleVariableOut; typedef SendConfigIn_v106 SendConfigIn; typedef SetModuleScanModeIn_v100 SetModuleScanModeIn; typedef SetMaskStageIn_v100 SetMaskStageIn; #endif /* Multiple inclusion protection */