icub-client
sensation.h
Go to the documentation of this file.
1 #ifndef SENSATION
2 #define SENSATION
3 
4 #include <string>
5 #include <yarp/os/all.h>
6 
7 using namespace std;
8 using namespace yarp::os;
9 
13 class Sensation : public BufferedPort<Bottle>
14 {
15 public:
16 
17  virtual void configure() = 0;
21  virtual void publish() = 0;
22  virtual void close_ports() = 0;
23 
24 };
25 
26 #endif
STL namespace.