|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.FcDataObject
org.openmuc.openiec61850.Rcb
public abstract class Rcb
Field Summary |
---|
Fields inherited from class org.openmuc.openiec61850.ModelNode |
---|
children, objectReference |
Constructor Summary | |
---|---|
Rcb(ObjectReference objectReference,
Fc fc,
java.util.List<FcModelNode> children,
DataSet dataSet)
|
Method Summary | |
---|---|
BdaInt32U |
getBufTm()
Gets the buffer time - The attribute BufTm (see Figure 27) shall specify the time interval in milliseconds for the buffering of internal notifications caused by data-change (dchg), quality-change (qchg), data update (dupd) by the BRCB for inclusion into a single report. |
BdaInt32U |
getConfRev()
Configuration revision The attribute ConfRev shall represent a count of the number of times that the configuration of the DATA-SET referenced by DatSet has been changed. |
BdaVisibleString |
getDatSet()
Gets the object reference of the DataSet that is to be monitored for reporting events. |
BdaInt32U |
getIntgPd()
|
BdaOptFlds |
getOptFlds()
Gets the optional fields parameter which specifies which optional fields should be included in the reports sent by this RCB. |
BdaBoolean |
getRptEna()
Gets the boolean value which states whether reporting is enabled. |
BdaVisibleString |
getRptId()
Gets the RptID (Report ID). |
BdaInt8U |
getSqNum()
Gets the sequence number - The attribute SqNum shall specify the sequence number for each BRCB that has report enable set to TRUE. |
BdaTriggerConditions |
getTrgOps()
|
Methods inherited from class org.openmuc.openiec61850.FcDataObject |
---|
copy |
Methods inherited from class org.openmuc.openiec61850.FcModelNode |
---|
getFc, toString |
Methods inherited from class org.openmuc.openiec61850.ModelNode |
---|
getBasicDataAttributes, getChild, getChild, getChildren, getIterators, getName, getParent, getReference, iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Rcb(ObjectReference objectReference, Fc fc, java.util.List<FcModelNode> children, DataSet dataSet)
Method Detail |
---|
public BdaVisibleString getRptId()
public BdaBoolean getRptEna()
public BdaVisibleString getDatSet()
public BdaInt32U getConfRev()
public BdaOptFlds getOptFlds()
public BdaInt32U getBufTm()
public BdaInt8U getSqNum()
public BdaTriggerConditions getTrgOps()
public BdaInt32U getIntgPd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |