Class YgwLink
- All Implemented Interfaces:
com.google.common.util.concurrent.Service,SystemParametersProducer,AggregatedDataLink,Link,LinkActionProvider
This is a Yamcs aggregated data link. It has a number of sub-links that correspond to the Yamcs Gateway nodes. Each node can have itself a list of sub-links.
The nodes and nodes sub-links are handled by the YgwNodeLink - there is one such object for each node and for
each node' sub-link.
The list of nodes and their sub-links are created dynamically when Yamcs connects to the Gateway.
Configuration wise it looks like a normal Yamcs link configuration (where one can set the tm stream/pre-processor, tc stream/post-processor) but there is the possibility to override the main configuration at the level of nodes and sublinks.
Each Gateway node specify itself if it can handle TM/TC and they only added in the processing chain by the
LinkManager if they support TM/TC.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.yamcs.tctm.Link
Link.StatusNested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State -
Field Summary
FieldsFields inherited from class org.yamcs.tctm.AbstractLink
config, dataInCount, dataOutCount, disabled, eventProducer, LINK_NAMESPACE, linkName, log, timeService, yamcsInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Link.StatusvoidvoiddoEnable()protected voiddoStart()protected voiddoStop()longlonggetName()getSpec()voidinit(String instance, String name, YConfiguration config) processParameters(int nodeId, org.yamcs.ygw.protobuf.Ygw.ParameterData pdata) voidsendMessage(byte msgType, int nodeId, int linkId, byte[] data) Methods inherited from class org.yamcs.tctm.AbstractLink
addAction, collectSystemParameters, dataIn, dataOut, disable, enable, getAction, getActions, getCurrentTime, getDetailedStatus, getEventLoop, getLinkStatus, getParent, getSystemParameters, getYamcsInstance, isDisabled, isRunningAndEnabled, setParent, setupSystemParametersMethods inherited from class com.google.common.util.concurrent.AbstractService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.yamcs.tctm.Link
disable, enable, getDefaultSpec, getDetailedStatus, getExtraInfo, getLinkStatus, getParent, isDisabled, isEffectivelyDisabled, setParent, setupSystemParametersMethods inherited from interface org.yamcs.parameter.SystemParametersProducer
getFrequency
-
Field Details
-
VERSION
public static final byte VERSION- See Also:
-
-
Constructor Details
-
YgwLink
public YgwLink()
-
-
Method Details
-
init
- Specified by:
initin interfaceLink- Overrides:
initin classAbstractLink
-
getSpec
-
getConfig
- Specified by:
getConfigin interfaceLink- Overrides:
getConfigin classAbstractLink
-
getSubLinks
- Specified by:
getSubLinksin interfaceAggregatedDataLink
-
getDataInCount
public long getDataInCount()- Specified by:
getDataInCountin interfaceLink- Overrides:
getDataInCountin classAbstractLink
-
getDataOutCount
public long getDataOutCount()- Specified by:
getDataOutCountin interfaceLink- Overrides:
getDataOutCountin classAbstractLink
-
resetCounters
public void resetCounters()- Specified by:
resetCountersin interfaceLink- Overrides:
resetCountersin classAbstractLink
-
doDisable
public void doDisable()- Overrides:
doDisablein classAbstractLink
-
doEnable
public void doEnable()- Overrides:
doEnablein classAbstractLink
-
getName
- Specified by:
getNamein interfaceLink- Overrides:
getNamein classAbstractLink
-
connectionStatus
- Specified by:
connectionStatusin classAbstractLink
-
doStart
protected void doStart()- Specified by:
doStartin classcom.google.common.util.concurrent.AbstractService
-
doStop
protected void doStop()- Specified by:
doStopin classcom.google.common.util.concurrent.AbstractService
-
sendMessage
-
processParameters
public List<ParameterValue> processParameters(int nodeId, org.yamcs.ygw.protobuf.Ygw.ParameterData pdata) -
getParameterManager
-