#include <QuantaShipper.h>
Inheritance diagram for QuantaShipper:

Public Member Functions | |
| QuantaShipper (FrameProducer< TrackVector > *inputProducer, const char *ipAddress, int port) | |
| Constructor. | |
| virtual | ~QuantaShipper () |
| Destructor. | |
Protected Member Functions | |
| void | mainFrame (TrackVector *inFrame) |
| Main per frame processing operation. | |
|
||||||||||||||||
|
Constructor.
|
|
|
Main per frame processing operation. Takes a frame of TrackVector data, and ships it out using Quanta's UDP implementation.
Implements DestPipelinePlugin< TrackVector >. |
1.4.6-NO