Interface MonitorDProto.SystemHealthOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.SystemHealth
,MonitorDProto.SystemHealth.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.SystemHealthOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloat
CPU temperature [Deg.float
Voltage at the DC input [V].Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTemperatureCpu
float getTemperatureCpu()CPU temperature [Deg. Celcius].
float temperature_cpu = 1;
- Returns:
- The temperatureCpu.
-
getVoltageDcIn
float getVoltageDcIn()Voltage at the DC input [V].
float voltage_dc_in = 2;
- Returns:
- The voltageDcIn.
-