All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.parameterarchive.ValueConsumer Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs.parameterarchive;

import org.yamcs.protobuf.Yamcs.Value;

public interface ValueConsumer {
    void accept(int parameterId, int parameterGroupId, long t, Value v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy