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
tests
tools
plugin.hh
Go to the documentation of this file.
1
#ifndef _PLUGIN_HH_
2
#define _PLUGIN_HH_
3
4
class
PluginAbstract
{
5
public
:
6
PluginAbstract
(){};
7
virtual
~PluginAbstract
(){};
8
virtual
void
Initialization
(std::string &astr) = 0;
9
};
10
11
typedef
PluginAbstract
*
createPlugin_t
();
12
#endif
/* _PLUGIN_HH_ */
PluginAbstract::~PluginAbstract
virtual ~PluginAbstract()
Definition:
plugin.hh:7
createPlugin_t
PluginAbstract * createPlugin_t()
Definition:
plugin.hh:11
PluginAbstract::Initialization
virtual void Initialization(std::string &astr)=0
PluginAbstract
Definition:
plugin.hh:4
PluginAbstract::PluginAbstract
PluginAbstract()
Definition:
plugin.hh:6
sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31