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
doil
tests
ORBManager
EchoImpl.h
Go to the documentation of this file.
1
#include <
doil/ImplBase.h
>
2
#include <string>
3
#include <iostream>
4
#include "
IEcho.h
"
5
//------------------------------------------------------------
6
// Implementation class
7
//------------------------------------------------------------
8
class
EchoImpl
9
:
public
IEcho
,
10
public
doil::ImplBase
11
{
12
public
:
13
EchoImpl
();
14
virtual
~EchoImpl
();
15
const
char
*
id
();
16
const
char
*
name
();
17
void
incRef
();
18
void
decRef
();
19
void
echo
(std::string msg);
20
static
int
count
;
21
char
m_name
[16];
22
};
23
EchoImpl::echo
void echo(std::string msg)
Definition:
CORBAManagerTests.cpp:48
IEcho.h
EchoImpl::m_name
char m_name[16]
Definition:
CORBAManagerTests.cpp:54
EchoImpl::incRef
void incRef()
Definition:
CORBAManagerTests.cpp:46
EchoImpl::count
static int count
Definition:
CORBAManagerTests.cpp:53
EchoImpl
Definition:
CORBAManagerTests.cpp:31
ImplBase.h
doil implementation base class
EchoImpl::~EchoImpl
virtual ~EchoImpl()
Definition:
CORBAManagerTests.cpp:40
EchoImpl::decRef
void decRef()
Definition:
CORBAManagerTests.cpp:47
IEcho
Definition:
IEcho.h:9
EchoImpl::name
const char * name()
Definition:
CORBAManagerTests.cpp:45
EchoImpl::id
const char * id()
Definition:
CORBAManagerTests.cpp:44
EchoImpl::EchoImpl
EchoImpl()
Definition:
CORBAManagerTests.cpp:35
doil::ImplBase
Definition:
ImplBase.h:24
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:43