Package org.yamcs.simulator
Class TcpTmTcLink
java.lang.Object
com.google.common.util.concurrent.AbstractExecutionThreadService
org.yamcs.simulator.TcpTmTcLink
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class TcpTmTcLink
extends com.google.common.util.concurrent.AbstractExecutionThreadService
TCP link that can be used both for TM and TC
-
Nested Class Summary
Nested 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 -
Constructor Summary
ConstructorsConstructorDescriptionTcpTmTcLink(String name, AbstractSimulator simulator, int port, TcPacketFactory packetFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrun()voidsendImmediate(SimulatorCcsdsPacket packet) voidsendPacket(byte[] packet) protected voidMethods inherited from class com.google.common.util.concurrent.AbstractExecutionThreadService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, shutDown, startAsync, startUp, state, stopAsync, toString
-
Constructor Details
-
TcpTmTcLink
public TcpTmTcLink(String name, AbstractSimulator simulator, int port, TcPacketFactory packetFactory)
-
-
Method Details
-
sendPacket
public void sendPacket(byte[] packet) -
run
- Specified by:
runin classcom.google.common.util.concurrent.AbstractExecutionThreadService- Throws:
Exception
-
sendImmediate
-
triggerShutdown
protected void triggerShutdown()- Overrides:
triggerShutdownin classcom.google.common.util.concurrent.AbstractExecutionThreadService
-