Skip to content

gbiggs/rtmpointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtmpointer
==========

Pointer-passing transport for OpenRTM-aist.

This transport allows multiple components to use a single memory
location to share data. The data is accessed via a pointer provided to
the transport when a port is created. There is no distinction between
readers and writers; the port is considered read/write.

This transport is designed exclusively for use in composite components
where all components are executing in the same component manager within
a single address space and the composites are executing in series.
Parallel execution will lead to race conditions. Use with components
executing in separate memory spaces will lead to memory access errors.

This software is developed at the National Institute of Advanced
Industrial Science and Technology. Approval number H23PRO-1302. This
software is licensed under the Lesser General Public License. See
COPYING.LESSER.

About

Shared-pointer transport for OpenRTM-aist

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published