Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Typedefs
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
e
i
n
o
p
r
u
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
v
Enumerations
+
Enumerator
a
b
c
e
f
i
n
p
r
s
t
u
Properties
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
c
d
e
f
h
i
l
m
o
p
r
s
t
u
w
+
Variables
_
a
c
d
g
h
i
l
m
n
o
p
r
s
u
Typedefs
Enumerations
Enumerator
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
src
lib
rtm
tests
Manager
DummyModule.h
Go to the documentation of this file.
1
/*
2
* How to compile:
3
* gcc -shared -fPIC -o DummyModule.so DummyModule.cpp
4
*/
5
#ifndef DUMMYMODULE_H_
6
#define DUMMYMODULE_H_
7
8
namespace
RTC
9
{
10
11
class
Manager;
12
13
extern
"C"
void
InitProc
(Manager*
manager
);
14
extern
"C"
int
getInitProcCount
();
15
extern
"C"
void
resetInitProcCount
();
16
17
};
18
19
#endif
/*DUMMYMODULE_H_*/
RTC::InitProc
void InitProc(Manager *manager)
Definition:
DummyModule.cpp:28
RTC
RT-Component.
Definition:
ArtExecutionContext.cpp:29
AddRemoveMemberSDOPackageTest.manager
manager
Definition:
AddRemoveMemberSDOPackageTest.py:28
RTC::getInitProcCount
int getInitProcCount()
Definition:
DummyModule.cpp:33
RTC::resetInitProcCount
void resetInitProcCount()
Definition:
DummyModule.cpp:38
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:42