1 #ifndef specifictypes_h
2 #define specifictypes_h
4 #include "generictypes.h"
21 DataType *add_ActuatorAcquiredThresholdDataType(
Script *sc,
char *name);
27 DataType *add_TiltMeterMovingAverageIntervalDataType(
Script *sc,
char *name);
31 DataType *add_LinearSensorMovingAverageIntervalDataType(
Script *sc,
char *name);
58 TELESCOPE_SHUTTER_CLOSED = 0,
59 TELESCOPE_SHUTTER_OPEN = 1
60 } TelescopeShutterState;
63 TELESCOPE_HEATER_OFF = 0,
64 TELESCOPE_HEATER_ON = 1,
65 TELESCOPE_HEATER_PID = 2,
66 TELESCOPE_HEATER_TUNE = 3
67 } TelescopeHeaterState;