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
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
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
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Properties
b
c
f
h
n
t
u
v
+
Files
File List
OpenRTM_aist
CdrRingBuffer.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: euc-jp -*-
3
4
17
18
19
import
OpenRTM_aist
20
from
OpenRTM_aist
import
*
21
22
class
CdrRingBuffer
(
OpenRTM_aist.RingBuffer
):
23
"""
24
"""
25
def
__init__
(self):
26
OpenRTM_aist.RingBuffer.__init__(self)
27
pass
28
29
30
def
CdrRingBufferInit
():
31
OpenRTM_aist.CdrBufferFactory.instance().addFactory(
"ring_buffer"
,
32
OpenRTM_aist.CdrRingBuffer
,
33
OpenRTM_aist.Delete)
OpenRTM_aist.CdrRingBuffer.CdrRingBuffer.__init__
def __init__(self)
Definition:
CdrRingBuffer.py:25
OpenRTM_aist.RingBuffer.RingBuffer
Definition:
RingBuffer.py:41
OpenRTM_aist.CdrRingBuffer.CdrRingBufferInit
def CdrRingBufferInit()
Definition:
CdrRingBuffer.py:30
OpenRTM_aist.CdrRingBuffer.CdrRingBuffer
Definition:
CdrRingBuffer.py:22
openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Mon Feb 28 2022 23:01:06