Choreonoid
1.8
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
p
q
r
s
t
v
w
z
Enumerations
Enumerator
a
b
c
d
f
g
i
k
l
m
n
p
s
t
u
Classes
Class List
Class Index
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
y
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
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
i
l
n
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Properties
Related Functions
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
v
w
y
Files
File List
File Members
All
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
BodyPlugin
IoConnectionMapItem.h
Go to the documentation of this file.
1
#ifndef CNOID_BODY_PLUGIN_IO_CONNECTION_MAP_ITEM_H
2
#define CNOID_BODY_PLUGIN_IO_CONNECTION_MAP_ITEM_H
3
4
#include <cnoid/Item>
5
#include "exportdecl.h"
6
7
namespace
cnoid
{
8
9
class
IoConnectionMap;
10
class
BodyItem;
11
class
DigitalIoDevice;
12
13
class
CNOID_EXPORT
IoConnectionMapItem
:
public
Item
14
{
15
public
:
16
static
void
initializeClass(
ExtensionManager
* ext);
17
18
IoConnectionMapItem
();
19
IoConnectionMapItem
(
const
IoConnectionMapItem
& org);
20
virtual
~
IoConnectionMapItem
();
21
22
IoConnectionMap
* connectionMap();
23
const
IoConnectionMap
* connectionMap()
const
;
24
25
void
forEachIoDevice(std::function<
void
(
BodyItem
* bodyItem,
DigitalIoDevice
* device)> callback)
const
;
26
27
void
refreshIoDeviceInstances(
bool
enableWarningMessages =
true
);
28
29
virtual
bool
store(
Archive
& archive)
override
;
30
virtual
bool
restore(
const
Archive
& archive)
override
;
31
32
protected
:
33
virtual
Item
* doDuplicate()
const override
;
34
virtual
void
onTreePathChanged()
override
;
35
36
private
:
37
class
Impl;
38
Impl* impl;
39
};
40
41
typedef
ref_ptr<IoConnectionMapItem>
IoConnectionMapItemPtr
;
42
43
}
44
45
#endif
46
cnoid::DigitalIoDevice
Definition:
DigitalIoDevice.h:12
cnoid::ExtensionManager
Definition:
ExtensionManager.h:23
cnoid::Archive
Definition:
Archive.h:22
cnoid::ref_ptr< IoConnectionMapItem >
cnoid::BodyItem
Definition:
BodyItem.h:28
cnoid::IoConnectionMap
Definition:
IoConnectionMap.h:85
cnoid
Definition:
AbstractSceneLoader.h:11
cnoid::Item
Definition:
Item.h:29
cnoid::IoConnectionMapItemPtr
ref_ptr< IoConnectionMapItem > IoConnectionMapItemPtr
Definition:
IoConnectionMapItem.h:41
cnoid::IoConnectionMapItem
Definition:
IoConnectionMapItem.h:13
Generated by
1.8.17