CSDC_OUT_TYPEΒΆ

The library contains the data type CSDC_OUT_TYPE, which contains all the parameters needed to realize the cam switch function. Accesses to the required outputs in the process data image of the I/O Device are performed with these parameters.

Application program shall not access the elements of this structure, so no detail descriptions of the structure elements are given.

TYPE CSDC_OUT_TYPE :
STRUCT
CAM_release      : DWORD;
CAM_mux          : BYTE;
reserve          : BYTE;
CAM_On_Position  : WORD;
CAM_Off_Position : WORD;
CAM_Comp_Time    : WORD;
END_STRUCT
END_TYPE