Class StreamPbParameterSender

    • Constructor Detail

      • StreamPbParameterSender

        public StreamPbParameterSender​(String yamcsInstance,
                                       Stream stream)
    • Method Detail

      • updateParams

        public void updateParams​(long gentime,
                                 String group,
                                 int seqNum,
                                 Collection<org.yamcs.protobuf.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 XtceDB 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 XtceDB for clients to be able subscribe to them. Also for triggering alarms.

        Specified by:
        updateParams in interface ParameterSink