icub-client
src
modules
reactiveLayer
sensationManager
include
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
std
STL namespace.
drive_control_rpc.close_ports
def close_ports()
Definition:
drive_control_rpc.py:55
os
Sensation
Definition:
sensation.h:13
Generated on Wed Feb 19 2020 23:45:26 for icub-client by
1.8.13