Package org.yamcs
Interface TmProcessor
- All Known Implementing Classes:
 XtceTmProcessor
public interface TmProcessor
- 
Method Summary
Modifier 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
- 
processPacket
processes packets derived from the given root container- Parameters:
 pwrt-rootContainer-
 - 
finished
void finished()Notification that there is no more packet to process 
 -