29 #ifndef OCEANDIRECT_FEATUREADAPTERINTERFACE_H
30 #define OCEANDIRECT_FEATUREADAPTERINTERFACE_H
32 #include "common/features/FeatureFamily.h"
42 virtual long getID() = 0;
45 virtual FeatureFamily &getFeatureFamily() = 0;
49 inline FeatureAdapterInterface::~FeatureAdapterInterface() { }
Definition: FeatureAdapterInterface.h:37
This is an interface to Advance features of OceanDirect that allow access to less common controls....
Definition: AcquisitionDelayFeatureAdapter.h:35