Package org.yamcs
Interface TmProcessor
- All Known Implementing Classes:
XtceTmProcessor
public interface TmProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finished()
Notification that there is no more packet to processvoid
processPacket
(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
-