#include <IFrameData.h>

Public Member Functions | |
| virtual std::string | getType ()=0 |
| virtual | ~IFrameData () |
| Destructor. | |
Interface for frame data which is passed from module to module
Definition at line 12 of file IFrameData.h.
| virtual IFrameData::~IFrameData | ( | ) | [inline, virtual] |
| virtual std::string IFrameData::getType | ( | ) | [pure virtual] |
Implemented in IntegerFrameData, SignalFrameData, and VectorFrameData.
1.5.7.1