sample RT component which has one data input port and one data output port More...
#include <JpegEncoder.h>
Public Member Functions | |
JpegEncoder (RTC::Manager *manager) | |
Constructor. | |
virtual RTC::ReturnCode_t | onActivated (RTC::UniqueId ec_id) |
virtual RTC::ReturnCode_t | onDeactivated (RTC::UniqueId ec_id) |
virtual RTC::ReturnCode_t | onExecute (RTC::UniqueId ec_id) |
virtual RTC::ReturnCode_t | onInitialize () |
virtual | ~JpegEncoder () |
Destructor. | |
Protected Attributes | |
Img::TimedCameraImage | m_decoded |
InPort< Img::TimedCameraImage > | m_decodedIn |
Img::TimedCameraImage | m_encoded |
OutPort< Img::TimedCameraImage > | m_encodedOut |
Private Attributes | |
int | dummy |
int | m_quality |
sample RT component which has one data input port and one data output port
Definition at line 37 of file JpegEncoder.h.
JpegEncoder::JpegEncoder | ( | RTC::Manager * | manager | ) |
Constructor.
manager | pointer to the Manager |
Definition at line 36 of file JpegEncoder.cpp.
JpegEncoder::~JpegEncoder | ( | ) | [virtual] |
Destructor.
Definition at line 47 of file JpegEncoder.cpp.
RTC::ReturnCode_t JpegEncoder::onActivated | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 106 of file JpegEncoder.cpp.
RTC::ReturnCode_t JpegEncoder::onDeactivated | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 112 of file JpegEncoder.cpp.
RTC::ReturnCode_t JpegEncoder::onExecute | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 118 of file JpegEncoder.cpp.
RTC::ReturnCode_t JpegEncoder::onInitialize | ( | void | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 53 of file JpegEncoder.cpp.
int JpegEncoder::dummy [private] |
Definition at line 139 of file JpegEncoder.h.
Img::TimedCameraImage JpegEncoder::m_decoded [protected] |
Definition at line 106 of file JpegEncoder.h.
InPort<Img::TimedCameraImage> JpegEncoder::m_decodedIn [protected] |
Definition at line 110 of file JpegEncoder.h.
Img::TimedCameraImage JpegEncoder::m_encoded [protected] |
Definition at line 114 of file JpegEncoder.h.
OutPort<Img::TimedCameraImage> JpegEncoder::m_encodedOut [protected] |
Definition at line 118 of file JpegEncoder.h.
int JpegEncoder::m_quality [private] |
Definition at line 138 of file JpegEncoder.h.