WPILibC++  2018.4.1-20180730003225-1150-g0a0d924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
frc::sim::PDPSim Class Reference

Public Member Functions

 PDPSim (int index)
 
std::unique_ptr< CallbackStoreRegisterInitializedCallback (NotifyCallback callback, bool initialNotify)
 
bool GetInitialized ()
 
void SetInitialized (bool initialized)
 
std::unique_ptr< CallbackStoreRegisterTemperatureCallback (NotifyCallback callback, bool initialNotify)
 
double GetTemperature ()
 
void SetTemperature (double temperature)
 
std::unique_ptr< CallbackStoreRegisterVoltageCallback (NotifyCallback callback, bool initialNotify)
 
double GetVoltage ()
 
void SetVoltage (double voltage)
 
std::unique_ptr< CallbackStoreRegisterCurrentCallback (int channel, NotifyCallback callback, bool initialNotify)
 
double GetCurrent (int channel)
 
void SetCurrent (int channel, double current)
 
void ResetData ()
 

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