|
| AnalogInSim (int index) |
|
std::unique_ptr< CallbackStore > | RegisterInitializedCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetInitialized () |
|
void | SetInitialized (bool initialized) |
|
std::unique_ptr< CallbackStore > | RegisterAverageBitsCallback (NotifyCallback callback, bool initialNotify) |
|
int | GetAverageBits () |
|
void | SetAverageBits (int averageBits) |
|
std::unique_ptr< CallbackStore > | RegisterOversampleBitsCallback (NotifyCallback callback, bool initialNotify) |
|
int | GetOversampleBits () |
|
void | SetOversampleBits (int oversampleBits) |
|
std::unique_ptr< CallbackStore > | RegisterVoltageCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetVoltage () |
|
void | SetVoltage (double voltage) |
|
std::unique_ptr< CallbackStore > | RegisterAccumulatorInitializedCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetAccumulatorInitialized () |
|
void | SetAccumulatorInitialized (bool accumulatorInitialized) |
|
std::unique_ptr< CallbackStore > | RegisterAccumulatorValueCallback (NotifyCallback callback, bool initialNotify) |
|
int64_t | GetAccumulatorValue () |
|
void | SetAccumulatorValue (int64_t accumulatorValue) |
|
std::unique_ptr< CallbackStore > | RegisterAccumulatorCountCallback (NotifyCallback callback, bool initialNotify) |
|
int64_t | GetAccumulatorCount () |
|
void | SetAccumulatorCount (int64_t accumulatorCount) |
|
std::unique_ptr< CallbackStore > | RegisterAccumulatorCenterCallback (NotifyCallback callback, bool initialNotify) |
|
int | GetAccumulatorCenter () |
|
void | SetAccumulatorCenter (int accumulatorCenter) |
|
std::unique_ptr< CallbackStore > | RegisterAccumulatorDeadbandCallback (NotifyCallback callback, bool initialNotify) |
|
int | GetAccumulatorDeadband () |
|
void | SetAccumulatorDeadband (int accumulatorDeadband) |
|
void | ResetData () |
|