|
|
@ -143,14 +143,14 @@ class CLSTControler { |
|
|
|
* 光源控制 * |
|
|
|
*******************************************************************************/ |
|
|
|
zaf_error_code_t LightSrcX_setTriSrc(int32_t index, InternalSig src); |
|
|
|
zaf_error_code_t LightSrcX_setTriggerModePluseDelay(int32_t index, uint32_t width); |
|
|
|
zaf_error_code_t LightSrcX_setTriggerModePluseDelay(int32_t index, uint32_t delay); |
|
|
|
zaf_error_code_t LightSrcX_setTriggerModePluseWidth(int32_t index, uint32_t width); |
|
|
|
zaf_error_code_t LightSrcX_setTriggerModeFirstPluseOffset(int32_t index, uint32_t offset); |
|
|
|
zaf_error_code_t LightSrcX_setLightIntensityDuty(int32_t index, float duty); |
|
|
|
zaf_error_code_t LightSrcX_setLightDriverFreq(int32_t index, float freq); |
|
|
|
|
|
|
|
zaf_error_code_t LightSrcX_getTriSrc(int32_t index, InternalSig &src); |
|
|
|
zaf_error_code_t LightSrcX_getTriggerModePluseDelay(int32_t index, uint32_t &width); |
|
|
|
zaf_error_code_t LightSrcX_getTriggerModePluseDelay(int32_t index, uint32_t &delay); |
|
|
|
zaf_error_code_t LightSrcX_getTriggerModePluseWidth(int32_t index, uint32_t &width); |
|
|
|
zaf_error_code_t LightSrcX_getTriggerModeFirstPluseOffset(int32_t index, uint32_t &offset); |
|
|
|
zaf_error_code_t LightSrcX_getLightIntensityDuty(int32_t index, float &duty); |
|
|
|