YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IPWMControl.h File Reference
#include <yarp/dev/api.h>
#include <yarp/os/Vocab.h>
+ Include dependency graph for IPWMControl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::dev::IPWMControl
 Interface for controlling an axis, by sending directly a PWM reference signal to a motor. More...
 
class  yarp::dev::IPWMControlRaw
 Interface for controlling an axis, by sending directly a PWM reference signal to a motor. More...
 

Namespaces

namespace  yarp
 The main, catch-all namespace for YARP.
 
namespace  yarp::dev
 For streams capable of holding different kinds of content, check what they actually have.
 

Variables

constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_INTERFACE = yarp::os::createVocab32('i','p','w','m')
 
constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_REF_PWM = yarp::os::createVocab32('r','e','f')
 
constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_REF_PWMS = yarp::os::createVocab32('r','e','f','s')
 
constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_PWM_OUTPUT = yarp::os::createVocab32('p','w','m')
 
constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_PWM_OUTPUTS = yarp::os::createVocab32('p','w','m','s')
 

Variable Documentation

◆ VOCAB_PWMCONTROL_INTERFACE

constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_INTERFACE = yarp::os::createVocab32('i','p','w','m')
constexpr

Definition at line 140 of file IPWMControl.h.

◆ VOCAB_PWMCONTROL_PWM_OUTPUT

constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_PWM_OUTPUT = yarp::os::createVocab32('p','w','m')
constexpr

Definition at line 144 of file IPWMControl.h.

◆ VOCAB_PWMCONTROL_PWM_OUTPUTS

constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_PWM_OUTPUTS = yarp::os::createVocab32('p','w','m','s')
constexpr

Definition at line 145 of file IPWMControl.h.

◆ VOCAB_PWMCONTROL_REF_PWM

constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_REF_PWM = yarp::os::createVocab32('r','e','f')
constexpr

Definition at line 142 of file IPWMControl.h.

◆ VOCAB_PWMCONTROL_REF_PWMS

constexpr yarp::conf::vocab32_t VOCAB_PWMCONTROL_REF_PWMS = yarp::os::createVocab32('r','e','f','s')
constexpr

Definition at line 143 of file IPWMControl.h.