IRTObject interface class. More...
#include <IRTObject.h>

Public Member Functions | |
| virtual const ComponentProfile & | get_component_profile ()=0 |
| virtual PortServiceList & | get_ports ()=0 |
| virtual | ~IRTObject () |
IRTObject interface class.
Definition at line 61 of file IRTObject.h.
| virtual RTC::Local::IRTObject::~IRTObject | ( | ) | [inline, virtual] |
Definition at line 66 of file IRTObject.h.
| virtual const ComponentProfile& RTC::Local::IRTObject::get_component_profile | ( | ) | [pure virtual] |
Implemented in RTC::Local::DataFlowComponentBase.
| virtual PortServiceList& RTC::Local::IRTObject::get_ports | ( | ) | [pure virtual] |
Implemented in RTC::Local::DataFlowComponentBase.