RT component that do nothing and don't have ports. This component is used to create an execution context. More...
#include <WavPlayer.h>
Public Member Functions | |
virtual RTC::ReturnCode_t | onInitialize () |
WavPlayer (RTC::Manager *manager) | |
Constructor. | |
virtual | ~WavPlayer () |
Destructor. | |
Protected Attributes | |
WavPlayerService_impl | m_service0 |
RTC::CorbaPort | m_WavPlayerServicePort |
Private Attributes | |
int | dummy |
RT component that do nothing and don't have ports. This component is used to create an execution context.
Definition at line 37 of file WavPlayer.h.
WavPlayer::WavPlayer | ( | RTC::Manager * | manager | ) |
WavPlayer::~WavPlayer | ( | ) | [virtual] |
Destructor.
Definition at line 41 of file WavPlayer.cpp.
RTC::ReturnCode_t WavPlayer::onInitialize | ( | void | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 47 of file WavPlayer.cpp.
int WavPlayer::dummy [private] |
Definition at line 134 of file WavPlayer.h.
WavPlayerService_impl WavPlayer::m_service0 [protected] |
Definition at line 124 of file WavPlayer.h.
RTC::CorbaPort WavPlayer::m_WavPlayerServicePort [protected] |
Definition at line 118 of file WavPlayer.h.