Uses of Class
org.yamcs.ygw.YgwLink
-
Uses of YgwLink in org.yamcs.ygw
Methods in org.yamcs.ygw with parameters of type YgwLinkModifier and TypeMethodDescriptionvoidYgwParameterManager.addParameterDefs(YgwLink link, int nodeId, String namespace, org.yamcs.ygw.protobuf.Ygw.ParameterDefinitionList pdefs) Called when receiving a list of parameter definitions from YGW.org.yamcs.ygw.ParameterPool.YgwParameterYgwParameterManager.getYgwParameter(YgwLink ygwLink, int nodeId, int pid) YgwParameterManager.processParameters(YgwLink ygwLink, int nodeId, org.yamcs.ygw.protobuf.Ygw.ParameterData pdata) called when parameters are coming from the gatewayConstructors in org.yamcs.ygw with parameters of type YgwLinkModifierConstructorDescriptionYgwCommandManager(YgwLink parentLink, Processor processor, String yamcsInstance) YgwNodeLink(YgwLink ygwLink, org.yamcs.ygw.protobuf.Ygw.Node node, AggregatedDataLink parent, boolean replay) Builds an object corresponding to a gateway node.YgwNodeLink(YgwLink ygwLink, YgwNodeLink parent, org.yamcs.ygw.protobuf.Ygw.Link link, boolean replay) Builds an object corresponding to a gateway sub-link.YgwReplayLink(YgwLink ygwLink, String host, int replayPort)