10 #ifndef __SOT_FEATURE_TASK_HH__
11 #define __SOT_FEATURE_TASK_HH__
27 #if defined(feature_task_EXPORTS)
28 #define SOTFEATURETASK_EXPORT __declspec(dllexport)
30 #define SOTFEATURETASK_EXPORT __declspec(dllimport)
33 #define SOTFEATURETASK_EXPORT
48 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
63 virtual void display(std::ostream &os)
const;
Class that defines a generic implementation of the abstract interface for features.
Definition: feature-generic.hh:58
Definition: feature-task.hh:43
virtual const std::string & getClassName(void) const
Definition: feature-task.hh:48
TaskAbstract * taskPtr
Definition: feature-task.hh:51
virtual void display(std::ostream &os) const
Display the information related to this task implementation.
FeatureTask(const std::string &name)
Default constructor.
static const std::string CLASS_NAME
Definition: feature-task.hh:46
virtual ~FeatureTask(void)
Default destructor.
Definition: feature-task.hh:60
Definition: task-abstract.hh:51
#define SOTFEATURETASK_EXPORT
Definition: feature-task.hh:33
Definition: abstract-sot-external-interface.hh:17