public abstract class Rcb extends FcDataObject
children, objectReference
Modifier | Constructor | Description |
---|---|---|
protected |
Rcb(ObjectReference objectReference,
Fc fc,
java.util.List<FcModelNode> children) |
Modifier and Type | Method | Description |
---|---|---|
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() |
copy
getFc, toString
getBasicDataAttributes, getChild, getChild, getChildren, getIterators, getName, getParent, getReference, iterator
protected Rcb(ObjectReference objectReference, Fc fc, java.util.List<FcModelNode> children)
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()