Uses of Class
org.openmuc.jsml.structures.Integer8

Packages that use Integer8
org.openmuc.jsml.structures   
 

Uses of Integer8 in org.openmuc.jsml.structures
 

Fields in org.openmuc.jsml.structures declared as Integer8
protected  Integer8 SML_ListEntry.scaler
           
protected  Integer8 SML_ProfObjHeaderEntry.scaler
           
protected  Integer8 SML_PeriodEntry.scaler
           
protected  Integer8 SML_TupelEntry.scaler_mA
           
protected  Integer8 SML_TupelEntry.scaler_pA
           
protected  Integer8 SML_TupelEntry.scaler_R1
           
protected  Integer8 SML_TupelEntry.scaler_R2
           
protected  Integer8 SML_TupelEntry.scaler_R3
           
protected  Integer8 SML_TupelEntry.scaler_R4
           
 

Methods in org.openmuc.jsml.structures that return Integer8
 Integer8 SML_TupelEntry.getScaler_mA()
           
 Integer8 SML_TupelEntry.getScaler_pA()
           
 Integer8 SML_TupelEntry.getScaler_R1()
           
 Integer8 SML_TupelEntry.getScaler_R2()
           
 Integer8 SML_TupelEntry.getScaler_R3()
           
 Integer8 SML_TupelEntry.getScaler_R4()
           
 Integer8 SML_ListEntry.getScaler()
           
 Integer8 SML_ProfObjHeaderEntry.getScaler()
           
 Integer8 SML_PeriodEntry.getScaler()
           
 

Methods in org.openmuc.jsml.structures with parameters of type Integer8
 void SML_ProfObjHeaderEntry.setScaler(Integer8 scaler)
           
 void SML_PeriodEntry.setScaler(Integer8 scaler)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type Integer8
SML_ListEntry(OctetString objName, SML_Status status, SML_Time valTime, SML_Unit unit, Integer8 scaler, SML_Value value, SML_Signature valueSignature)
           
SML_PeriodEntry(OctetString objName, SML_Unit unit, Integer8 scaler, SML_Value value, SML_Signature valueSignature)
           
SML_ProfObjHeaderEntry(OctetString objName, SML_Unit unit, Integer8 scaler)
           
SML_TupelEntry(OctetString serverId, SML_Time secIndex, Unsigned64 status, SML_Unit unitPA, Integer8 scalerPA, Integer64 valuePA, SML_Unit unitR1, Integer8 scalerR1, Integer64 valueR1, SML_Unit unitR4, Integer8 scalerR4, Integer64 valueR4, OctetString signaturePAR1R4, SML_Unit unitMA, Integer8 scalerMA, Integer64 valueMA, SML_Unit unitR2, Integer8 scalerR2, Integer64 valueR2, SML_Unit unitR3, Integer8 scalerR3, Integer64 valueR3, OctetString signatureMAR2R3)
           
 



Copyright © 2011. All Rights Reserved.