T - Any Serializable class embedded in the StatusDatapublic class StatusSubsystemData<T extends Serializable> extends StatusData
| Constructor and Description |
|---|
StatusSubsystemData(T obj,
StateBundle state)
Build a StatusMessage from the provided Object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataKey()
Get the Key of the embedded object.
|
Object |
getSubsystemData()
Get the embedded subsystem data.
|
encodeObject, getEncodedDatagetSerializedObject, getState, setState, toStringgetClassName, getObject, getOriginAgentInfo, getTimeStamp, setOriginAgentInfopublic StatusSubsystemData(T obj, StateBundle state)
obj - The Serializable object to be sent over the buses.state - The State of the Agent at the time the object is created.public String getDataKey()
public Object getSubsystemData()
Copyright © 2015 LSST. All rights reserved.