Package org.yamcs.tctm
Class StreamPbParameterSender
java.lang.Object
org.yamcs.tctm.StreamParameterSender
org.yamcs.tctm.StreamPbParameterSender
- All Implemented Interfaces:
ParameterSink
-
Field Summary
Fields inherited from class org.yamcs.tctm.StreamParameterSender
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateParams
(long gentime, String group, int seqNum, Collection<Pvalue.ParameterValue> params) Update the parameters.Methods inherited from class org.yamcs.tctm.StreamParameterSender
sendParameters, updateParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.yamcs.tctm.ParameterSink
updateParameters
-
Constructor Details
-
StreamPbParameterSender
-
-
Method Details
-
updateParams
public void updateParams(long gentime, String group, int seqNum, Collection<Pvalue.ParameterValue> params) Description copied from interface:ParameterSink
Update the parameters. Alternative method to provide ProtoBuf parameter values instead of POJO versions. The parameters do not need an associated MDB Parameter but just a FullyQualifiedName.The ParameterRecorder will use the FQN to record them. If they are sent to a processor (e.g. on a pp_realtime stream), they have to be found in the MDB for clients to be able subscribe to them. Also for triggering alarms.
- Specified by:
updateParams
in interfaceParameterSink
-