WPILibC++  2018.4.1-20180729040223-1137-g011f0ff
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
frc::sim::AnalogTriggerSim Class Reference

Public Member Functions

 AnalogTriggerSim (int index)
 
std::unique_ptr< CallbackStoreRegisterInitializedCallback (NotifyCallback callback, bool initialNotify)
 
bool GetInitialized ()
 
void SetInitialized (bool initialized)
 
std::unique_ptr< CallbackStoreRegisterTriggerLowerBoundCallback (NotifyCallback callback, bool initialNotify)
 
double GetTriggerLowerBound ()
 
void SetTriggerLowerBound (double triggerLowerBound)
 
std::unique_ptr< CallbackStoreRegisterTriggerUpperBoundCallback (NotifyCallback callback, bool initialNotify)
 
double GetTriggerUpperBound ()
 
void SetTriggerUpperBound (double triggerUpperBound)
 
void ResetData ()
 

The documentation for this class was generated from the following file: