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

Public Member Functions

 DIOSim (int index)
 
std::unique_ptr< CallbackStoreRegisterInitializedCallback (NotifyCallback callback, bool initialNotify)
 
bool GetInitialized ()
 
void SetInitialized (bool initialized)
 
std::unique_ptr< CallbackStoreRegisterValueCallback (NotifyCallback callback, bool initialNotify)
 
bool GetValue ()
 
void SetValue (bool value)
 
std::unique_ptr< CallbackStoreRegisterPulseLengthCallback (NotifyCallback callback, bool initialNotify)
 
double GetPulseLength ()
 
void SetPulseLength (double pulseLength)
 
std::unique_ptr< CallbackStoreRegisterIsInputCallback (NotifyCallback callback, bool initialNotify)
 
bool GetIsInput ()
 
void SetIsInput (bool isInput)
 
std::unique_ptr< CallbackStoreRegisterFilterIndexCallback (NotifyCallback callback, bool initialNotify)
 
int GetFilterIndex ()
 
void SetFilterIndex (int filterIndex)
 
void ResetData ()
 

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