Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
f
g
i
j
l
m
o
p
q
r
s
t
u
v
Variables
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
u
v
w
Typedefs
c
e
f
i
m
q
r
s
v
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
d
e
f
k
l
m
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
g
i
j
k
m
n
o
p
r
s
t
u
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
Functions
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
Variables
Typedefs
c
d
e
f
k
r
s
t
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
v
include
sot
core
feature-task.hh
Go to the documentation of this file.
1
/*
2
* Copyright 2010,
3
* François Bleibel,
4
* Olivier Stasse,
5
*
6
* CNRS/AIST
7
*
8
*/
9
10
#ifndef __SOT_FEATURE_TASK_HH__
11
#define __SOT_FEATURE_TASK_HH__
12
13
/* --------------------------------------------------------------------- */
14
/* --- INCLUDE --------------------------------------------------------- */
15
/* --------------------------------------------------------------------- */
16
17
/* SOT */
18
#include <
sot/core/exception-task.hh
>
19
#include <
sot/core/feature-generic.hh
>
20
#include <
sot/core/task-abstract.hh
>
21
22
/* --------------------------------------------------------------------- */
23
/* --- API ------------------------------------------------------------- */
24
/* --------------------------------------------------------------------- */
25
26
#if defined(WIN32)
27
#if defined(feature_task_EXPORTS)
28
#define SOTFEATURETASK_EXPORT __declspec(dllexport)
29
#else
30
#define SOTFEATURETASK_EXPORT __declspec(dllimport)
31
#endif
32
#else
33
#define SOTFEATURETASK_EXPORT
34
#endif
35
36
/* --------------------------------------------------------------------- */
37
/* --- CLASS ----------------------------------------------------------- */
38
/* --------------------------------------------------------------------- */
39
40
namespace
dynamicgraph
{
41
namespace
sot {
42
43
class
SOTFEATURETASK_EXPORT
FeatureTask
:
public
FeatureGeneric
{
44
public
:
46
static
const
std::string
CLASS_NAME
;
48
virtual
const
std::string &
getClassName
(
void
)
const
{
return
CLASS_NAME; }
49
50
protected
:
51
TaskAbstract
*
taskPtr
;
52
53
/* --- SIGNALS ------------------------------------------------------------ */
54
public
:
55
public
:
57
FeatureTask
(
const
std::string &
name
);
58
60
virtual
~FeatureTask
(
void
) {}
61
63
virtual
void
display
(std::ostream &os)
const
;
64
};
65
66
}
/* namespace sot */
67
}
/* namespace dynamicgraph */
68
69
#endif // #ifndef __SOT_FEATURE_TASK_HH__
70
71
/*
72
* Local variables:
73
* c-basic-offset: 2
74
* End:
75
*/
dynamicgraph::sot::FeatureTask::getClassName
virtual const std::string & getClassName(void) const
Definition:
feature-task.hh:48
dynamicgraph
dynamicgraph::sot::FeatureGeneric
Class that defines a generic implementation of the abstract interface for features.
Definition:
feature-generic.hh:56
dynamicgraph::sot::FeatureTask::taskPtr
TaskAbstract * taskPtr
Definition:
feature-task.hh:51
dynamicgraph::sot::TaskAbstract
Definition:
task-abstract.hh:51
SOTFEATURETASK_EXPORT
#define SOTFEATURETASK_EXPORT
Definition:
feature-task.hh:33
dynamicgraph::sot::FeatureTask::CLASS_NAME
static const std::string CLASS_NAME
Definition:
feature-task.hh:46
display
feature-generic.hh
exception-task.hh
dynamicgraph::sot::FeatureTask
Definition:
feature-task.hh:43
task-abstract.hh
dynamicgraph::sot::FeatureTask::~FeatureTask
virtual ~FeatureTask(void)
Default destructor.
Definition:
feature-task.hh:60
compile.name
name
Definition:
compile.py:23
sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31