#include <AcqStage1.h>
◆ AcqLight()
861{
865
866
868}
int BoardId
Definition: AcqStage1.h:115
int TurnOffLightTime
Definition: AcqStage1.h:116
int LightLevel
Definition: AcqStage1.h:117
bool IsON
Definition: AcqStage1.h:118
◆ ~AcqLight()
virtual AcqLight::~AcqLight |
( |
| ) |
|
|
inlinevirtual |
◆ Initialize()
bool AcqLight::Initialize |
( |
| ) |
|
871{
872
873 try
874 {
875
883 }
884 catch (...)
885 {
886 return false;
887 };
888
889
891 return true;
892
893}
FLEXFUNC flex_enable_axes(BOARD, u8 reserved, u8 PIDRate, u8 axisMap)
FLEXFUNC flex_set_adc_range(BOARD, u8 ADC, u16 range)
FLEXFUNC flex_load_dac(BOARD, u8 DAC, i16 outputValue, u8 inputVector)
FLEXFUNC flex_config_axis(BOARD, u8 axis, u8 primaryFeedback, u8 secondaryFeedback, u8 primaryOutput, u8 secondaryOutput)
FLEXFUNC flex_clear_pu_status(BOARD)
#define NIMC_ADC_BIPOLAR_5
Definition: MotnCnst.h:308
#define NIMC_noError
Definition: MotnErr.h:21
void ON()
Definition: AcqStage1.cxx:895
◆ OFF()
◆ ON()
896{
899
901}
void ResetTimer()
Definition: AcqStage1.cxx:910
◆ ReadLightLevel()
int AcqLight::ReadLightLevel |
( |
| ) |
|
927{
928
932 return ADC;
933}
FLEXFUNC flex_read_dac_rtn(BOARD, u8 axisOrDAC, i16 FAR *DACValue)
short i16
Definition: MotnCnst.h:34
◆ ReadTemperature()
int AcqLight::ReadTemperature |
( |
| ) |
|
918{
919
922 return ADC;
923}
FLEXFUNC flex_read_adc_rtn(BOARD, u8 ADC, i16 FAR *ADCValue)
◆ ResetTimer()
void AcqLight::ResetTimer |
( |
| ) |
|
◆ BoardId
◆ IsON
◆ LightLevel
◆ TurnOffLightTime
int AcqLight::TurnOffLightTime |
The documentation for this class was generated from the following files: