00001
00002
00003
00004
00005
00006 #ifndef CONVERT_PARAMS_SCT
00007 #define CONVERT_PARAMS_SCT
00008
00009 typedef struct TEST_IN TestIn;
00010
00011 typedef struct HISTOGRAM_SETUP_IN HistogramSetupIn;
00012 typedef struct HISTOGRAM_SETUP_OUT HistogramSetupOut;
00013
00014 typedef RwModuleDataIn_v103 RwModuleDataIn;
00015 typedef RwModuleDataOut_v103 RwModuleDataOut;
00016 typedef RwModuleVariableIn_v103 RwModuleVariableIn;
00017 typedef RwModuleVariableOut_v103 RwModuleVariableOut;
00018 typedef SendConfigIn_v106 SendConfigIn;
00019 typedef SetModuleScanModeIn_v100 SetModuleScanModeIn;
00020 typedef SetMaskStageIn_v100 SetMaskStageIn;
00021
00022 #endif