Stg_DMD_AppendRoiAsPattern, Stg_GetDMDActivePatternId, Stg_GetDMDAssociatedLightId, Stg_GetDMDAssociatedShutterCount, Stg_GetDMDAssociatedShutterId, Stg_GetDMDAssociatedShuttersOpenState, Stg_GetDMDAssociatedSwitcherId, Stg_GetDMDAssociatedSwitcherPosition, Stg_GetDMDCalibrated, Stg_GetDMDDeviceCount, Stg_GetDMDDeviceName, Stg_GetDMDPatternCount, Stg_GetDMDPatternId, Stg_GetDMDPatternIdByName, Stg_GetDMDPatternName, Stg_SetDMDActivePatternId, Stg_SetDMDAssociatedShuttersOpenState
Description
Stg_DMD_AppendRoiAsPattern( char *DMDDeviceName
, intIndex
, char *FieldPatternDir
, char *FieldPatternFilename
);
ROI is appended as a DMD pattern.
Description
Stg_GetDMDActivePatternId(
char *DMDDeviceName
);
Returns the ID of the DMD active pattern.
Description
Stg_GetDMDAssociatedLightId(
char *DMDDeviceName
);
Returns the ID of the light associated to the DMD.
Description
Stg_GetDMDAssociatedShutterCount(
char *DMDDeviceName
);
Returns the shutter count associated to the DMD.
Description
Stg_GetDMDAssociatedShutterId( char *DMDDeviceName
, intIndex
);
Returns the shutter ID associated to the DMD.
Description
Stg_GetDMDAssociatedShuttersOpenState(
char *DMDDeviceName
);
Returns the open state of the shutters associated to the DMD.
Description
Stg_GetDMDAssociatedSwitcherId(
char *DMDDeviceName
);
Returns the switcher ID associated to the DMD.
Description
Stg_GetDMDAssociatedSwitcherPosition(
char *DMDDeviceName
);
Returns the switcher position associated to the DMD.
Description
Stg_GetDMDCalibrated( char *DMDDeviceName
, intDMDCalibrated
);
Returns whether the DMD is calibrated.
Description
Stg_GetDMDDeviceName( intIndex
, char *DMDDeviceName
, intDMDDeviceNameMaxLength
);
Returns the name of the DMD device.
Description
Stg_GetDMDPatternCount(
char *DMDDeviceName
);
Returns the pattern count of the DMD.
Description
Stg_GetDMDPatternId( char *DMDDeviceName
, intIndex
);
Returns the pattern ID of the DMD.
Description
Stg_GetDMDPatternIdByName( char *DMDDeviceName
, char *DMDPatternName
);
Returns the DMD pattern ID by name.
Description
Stg_GetDMDPatternName( char *DMDDeviceName
, intIndex
, char *DMDPatternName
, intDMDPatternNameMaxLength
);
Returns the DMD pattern name.
Description
Stg_SetDMDActivePatternId( char *DMDDeviceName
, intNewActiveDMDPattern
);
Returns the ID of the active pattern ID.