![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Parent class of all the input events in this example. More...
Classes | |
class | PowerEvent |
Sub-class of monitoring event containing a voltage reading. | |
class | TemperatureEvent |
Sub-class of monitoring event containing a temperature reading. | |
Public Member Functions | |
MonitoringEvent (int rack_id) | |
Creates a new monitoring event. More... | |
int | getRackID () |
Gets the event's rack ID. More... | |
float | getTimestamp () |
Gets the event's timestamp. More... | |
Parent class of all the input events in this example.
Definition at line 23 of file MonitoringEvent.java.
misc.temperature.MonitoringEvent.MonitoringEvent | ( | int | rack_id | ) |
Creates a new monitoring event.
rack_id | The ID of the rack where the event occurs |
Definition at line 41 of file MonitoringEvent.java.
int misc.temperature.MonitoringEvent.getRackID | ( | ) |
float misc.temperature.MonitoringEvent.getTimestamp | ( | ) |
Gets the event's timestamp.
Definition at line 61 of file MonitoringEvent.java.