25 #include "VMXErrors.h" 37 void ReleaseResources();
Top-level Library Class providing access to all VMX-pi functionality.
Definition: VMXPi.h:40
bool GetOvercurrent(bool &overcurrent, VMXErrorCode *errcode)
Retrieves the current VMX Current Limiting Power-distribution Switch overcurrent condition warning st...
Definition: VMXPower.cpp:37
bool SetOvercurrentLimitEnabled(bool enabled, VMXErrorCode *errcode)
Sets the Overcurrent Limiter enabled state.
Definition: VMXPower.cpp:98
The VMXPower class provides access to VMX power management functions.
Definition: VMXPower.h:30
Top-level Library Class providing access to all VMXzero functionality.
Definition: VMXZero.h:40
bool GetOvercurrentLimitEnabled(bool &enabled, VMXErrorCode *errcode)
Retreives the Overcurrent Limiter enabled state.
Definition: VMXPower.cpp:76
bool GetSystemVoltage(float &ext_power_volts, VMXErrorCode *errcode)
Retrieves the current VMX system voltage.
Definition: VMXPower.cpp:59