OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
DirectOutPortBase.h
Go to the documentation of this file.
1// -*- C++ -*-
17#ifndef RTC_DIRECTOUTPORTBASE_H
18#define RTC_DIRECTOUTPORTBASE_H
19
20
21#include <rtm/DirectPortBase.h>
22
23
24
25
26namespace RTC
27{
46 template <class DataType>
48 {
49 public:
61 ~DirectOutPortBase() override = default;
75 virtual void read(DataType& data) = 0;
89 virtual bool isNew() = 0;
103 virtual bool isEmpty() = 0;
104
105 protected:
106 };
107} // namespace RTC
108
109#endif // RTC_DIRECTOUTPORTBASE_H
DirectPortBase class.
Definition DirectOutPortBase.h:48
virtual void read(DataType &data)=0
~DirectOutPortBase() override=default
Destructor.
virtual bool isEmpty()=0
virtual bool isNew()=0
Definition DirectPortBase.h:47
RT-Component.