#include <SharedMemoryPort.h>
|
| | SharedMemoryPort () |
| | Constructor. More...
|
| |
| virtual | ~SharedMemoryPort () |
| | Destructor. More...
|
| |
| virtual int | string_to_MemorySize (std::string size_str) |
| |
| virtual void | create_memory (::CORBA::ULongLong memory_size, const char *shm_address) throw (CORBA::SystemException) |
| |
| virtual void | open_memory (::CORBA::ULongLong memory_size, const char *shm_address) throw (CORBA::SystemException) |
| |
| virtual void | close_memory (::CORBA::Boolean unlink=false) throw (CORBA::SystemException) |
| |
| virtual void | write (cdrMemoryStream &data) |
| |
| virtual void | read (cdrMemoryStream &data) |
| |
| virtual void | setInterface (::OpenRTM::PortSharedMemory_ptr sm) throw (CORBA::SystemException) |
| |
| virtual void | setEndian (::CORBA::Boolean endian) throw (CORBA::SystemException) |
| |
| virtual ::OpenRTM::PortStatus | put () throw (CORBA::SystemException) |
| |
| virtual ::OpenRTM::PortStatus | get () throw (CORBA::SystemException) |
| |
| virtual ::OpenRTM::PortSharedMemory_ptr | getObjRef () |
| |
| RTC::SharedMemoryPort::SharedMemoryPort |
( |
| ) |
|
Constructor.
Constructor
- Parameters
-
| virtual RTC::SharedMemoryPort::~SharedMemoryPort |
( |
| ) |
|
|
virtual |
| virtual void RTC::SharedMemoryPort::close_memory |
( |
::CORBA::Boolean |
unlink = false | ) |
|
| throw | ( | CORBA::SystemException |
| ) | | |
|
virtual |
| virtual void RTC::SharedMemoryPort::create_memory |
( |
::CORBA::ULongLong |
memory_size, |
|
|
const char * |
shm_address |
|
) |
| |
| throw | ( | CORBA::SystemException |
| ) | | |
|
virtual |
| virtual ::OpenRTM::PortStatus RTC::SharedMemoryPort::get |
( |
| ) |
|
| throw | ( | CORBA::SystemException |
| ) | | |
| virtual ::OpenRTM::PortSharedMemory_ptr RTC::SharedMemoryPort::getObjRef |
( |
| ) |
|
| virtual void RTC::SharedMemoryPort::open_memory |
( |
::CORBA::ULongLong |
memory_size, |
|
|
const char * |
shm_address |
|
) |
| |
| throw | ( | CORBA::SystemException |
| ) | | |
|
virtual |
| virtual ::OpenRTM::PortStatus RTC::SharedMemoryPort::put |
( |
| ) |
|
| throw | ( | CORBA::SystemException |
| ) | | |
| virtual void RTC::SharedMemoryPort::read |
( |
cdrMemoryStream & |
data | ) |
|
|
virtual |
| virtual void RTC::SharedMemoryPort::setEndian |
( |
::CORBA::Boolean |
endian | ) |
|
| throw | ( | CORBA::SystemException |
| ) | | |
|
virtual |
| virtual void RTC::SharedMemoryPort::setInterface |
( |
::OpenRTM::PortSharedMemory_ptr |
sm | ) |
|
| throw | ( | CORBA::SystemException |
| ) | | |
|
virtual |
| virtual int RTC::SharedMemoryPort::string_to_MemorySize |
( |
std::string |
size_str | ) |
|
|
virtual |
| virtual void RTC::SharedMemoryPort::write |
( |
cdrMemoryStream & |
data | ) |
|
|
virtual |
| bool RTC::SharedMemoryPort::m_endian |
|
protected |
| ::OpenRTM::PortSharedMemory_var RTC::SharedMemoryPort::m_smInterface |
|
protected |
The documentation for this class was generated from the following file: