Package org.yamcs
Interface TmProcessor
- All Known Implementing Classes:
- XtceTmProcessor
public interface TmProcessor
- 
Method SummaryModifier and TypeMethodDescriptionvoidfinished()Notification that there is no more packet to processvoidprocessPacket(TmPacket pwrt, SequenceContainer rootContainer) processes packets derived from the given root container
- 
Method Details- 
processPacketprocesses packets derived from the given root container- Parameters:
- pwrt-
- rootContainer-
 
- 
finishedvoid finished()Notification that there is no more packet to process
 
-