|
| RoboRioSim (int index) |
|
std::unique_ptr< CallbackStore > | RegisterFPGAButtonCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetFPGAButton () |
|
void | SetFPGAButton (bool fPGAButton) |
|
std::unique_ptr< CallbackStore > | RegisterVInVoltageCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetVInVoltage () |
|
void | SetVInVoltage (double vInVoltage) |
|
std::unique_ptr< CallbackStore > | RegisterVInCurrentCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetVInCurrent () |
|
void | SetVInCurrent (double vInCurrent) |
|
std::unique_ptr< CallbackStore > | RegisterUserVoltage6VCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetUserVoltage6V () |
|
void | SetUserVoltage6V (double userVoltage6V) |
|
std::unique_ptr< CallbackStore > | RegisterUserCurrent6VCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetUserCurrent6V () |
|
void | SetUserCurrent6V (double userCurrent6V) |
|
std::unique_ptr< CallbackStore > | RegisterUserActive6VCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetUserActive6V () |
|
void | SetUserActive6V (bool userActive6V) |
|
std::unique_ptr< CallbackStore > | RegisterUserVoltage5VCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetUserVoltage5V () |
|
void | SetUserVoltage5V (double userVoltage5V) |
|
std::unique_ptr< CallbackStore > | RegisterUserCurrent5VCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetUserCurrent5V () |
|
void | SetUserCurrent5V (double userCurrent5V) |
|
std::unique_ptr< CallbackStore > | RegisterUserActive5VCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetUserActive5V () |
|
void | SetUserActive5V (bool userActive5V) |
|
std::unique_ptr< CallbackStore > | RegisterUserVoltage3V3Callback (NotifyCallback callback, bool initialNotify) |
|
double | GetUserVoltage3V3 () |
|
void | SetUserVoltage3V3 (double userVoltage3V3) |
|
std::unique_ptr< CallbackStore > | RegisterUserCurrent3V3Callback (NotifyCallback callback, bool initialNotify) |
|
double | GetUserCurrent3V3 () |
|
void | SetUserCurrent3V3 (double userCurrent3V3) |
|
std::unique_ptr< CallbackStore > | RegisterUserActive3V3Callback (NotifyCallback callback, bool initialNotify) |
|
bool | GetUserActive3V3 () |
|
void | SetUserActive3V3 (bool userActive3V3) |
|
std::unique_ptr< CallbackStore > | RegisterUserFaults6VCallback (NotifyCallback callback, bool initialNotify) |
|
int | GetUserFaults6V () |
|
void | SetUserFaults6V (int userFaults6V) |
|
std::unique_ptr< CallbackStore > | RegisterUserFaults5VCallback (NotifyCallback callback, bool initialNotify) |
|
int | GetUserFaults5V () |
|
void | SetUserFaults5V (int userFaults5V) |
|
std::unique_ptr< CallbackStore > | RegisterUserFaults3V3Callback (NotifyCallback callback, bool initialNotify) |
|
int | GetUserFaults3V3 () |
|
void | SetUserFaults3V3 (int userFaults3V3) |
|
void | ResetData () |
|