20 #ifndef RTC_INPORTBASE_H
21 #define RTC_INPORTBASE_H
45 class OutPortConsumer;
46 class InPortConnector;
94 InPortBase(
const char* name,
const char* data_type);
142 virtual bool read() = 0;
179 const std::vector<InPortConnector*>&
connectors();
449 bool autoclean =
true);
529 bool autoclean =
true);
598 connect(ConnectorProfile& connector_profile)
599 throw (CORBA::SystemException);
874 #endif // RTC_INPORTBASE_H