YARP
Yet Another Robot Platform
IVirtualAnalogSensor.h File Reference

virtual analog sensor interface More...

#include <yarp/os/Vocab.h>
#include <yarp/dev/api.h>
#include <yarp/sig/Vector.h>
+ Include dependency graph for IVirtualAnalogSensor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::dev::IVirtualAnalogSensor
 A generic interface to a virtual sensors. More...
 
class  yarp::dev::IVirtualAnalogSensorRaw
 A generic interface to a virtual sensors. More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::dev
 An interface for the device drivers.
 

Enumerations

enum  yarp::dev::VAS_status {
  yarp::dev::VAS_status::VAS_OK = 0,
  yarp::dev::VAS_status::VAS_ERROR = 1,
  yarp::dev::VAS_status::VAS_OVF = 2,
  yarp::dev::VAS_status::VAS_TIMEOUT = 3
}
 

Variables

constexpr yarp::conf::vocab32_t VOCAB_IVIRTUAL_ANALOG = yarp::os::createVocab('i','v','a','n')
 

Detailed Description

virtual analog sensor interface

Definition in file IVirtualAnalogSensor.h.

Variable Documentation

◆ VOCAB_IVIRTUAL_ANALOG

constexpr yarp::conf::vocab32_t VOCAB_IVIRTUAL_ANALOG = yarp::os::createVocab('i','v','a','n')
constexpr

Definition at line 16 of file IVirtualAnalogSensor.h.