All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
getFPGAButton() |
boolean |
getUserActive3V3() |
boolean |
getUserActive5V() |
boolean |
getUserActive6V() |
double |
getUserCurrent3V3() |
double |
getUserCurrent5V() |
double |
getUserCurrent6V() |
int |
getUserFaults3V3() |
int |
getUserFaults5V() |
int |
getUserFaults6V() |
double |
getUserVoltage3V3() |
double |
getUserVoltage5V() |
double |
getUserVoltage6V() |
double |
getVInCurrent() |
double |
getVInVoltage() |
CallbackStore |
registerFPGAButtonCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserActive3V3Callback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserActive5VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserActive6VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserCurrent3V3Callback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserCurrent5VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserCurrent6VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserFaults3V3Callback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserFaults5VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserFaults6VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserVoltage3V3Callback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserVoltage5VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerUserVoltage6VCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerVInCurrentCallback(NotifyCallback callback,
boolean initialNotify) |
CallbackStore |
registerVInVoltageCallback(NotifyCallback callback,
boolean initialNotify) |
void |
resetData() |
void |
setFPGAButton(boolean fPGAButton) |
void |
setUserActive3V3(boolean userActive3V3) |
void |
setUserActive5V(boolean userActive5V) |
void |
setUserActive6V(boolean userActive6V) |
void |
setUserCurrent3V3(double userCurrent3V3) |
void |
setUserCurrent5V(double userCurrent5V) |
void |
setUserCurrent6V(double userCurrent6V) |
void |
setUserFaults3V3(int userFaults3V3) |
void |
setUserFaults5V(int userFaults5V) |
void |
setUserFaults6V(int userFaults6V) |
void |
setUserVoltage3V3(double userVoltage3V3) |
void |
setUserVoltage5V(double userVoltage5V) |
void |
setUserVoltage6V(double userVoltage6V) |
void |
setVInCurrent(double vInCurrent) |
void |
setVInVoltage(double vInVoltage) |