YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
RPCMessagesParser.h File Reference
#include <yarp/os/BufferedPort.h>
#include <yarp/os/Network.h>
#include <yarp/os/PortablePair.h>
#include <yarp/os/Stamp.h>
#include <yarp/os/Time.h>
#include <yarp/os/Vocab.h>
#include <yarp/sig/Vector.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/ControlBoardInterfacesImpl.h>
#include <yarp/dev/IPreciselyTimed.h>
#include <yarp/dev/PolyDriver.h>
#include <mutex>
#include <string>
#include <vector>
+ Include dependency graph for RPCMessagesParser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RPCMessagesParser
 Helper object for parsing RPC port messages. More...
 

Typedefs

typedef yarp::os::PortablePair< yarp::os::Bottle, yarp::sig::VectorCommandMessage
 

Variables

constexpr int PROTOCOL_VERSION_MAJOR = 1
 
constexpr int PROTOCOL_VERSION_MINOR = 9
 
constexpr int PROTOCOL_VERSION_TWEAK = 0
 

Typedef Documentation

◆ CommandMessage

Variable Documentation

◆ PROTOCOL_VERSION_MAJOR

constexpr int PROTOCOL_VERSION_MAJOR = 1
constexpr

Definition at line 30 of file RPCMessagesParser.h.

◆ PROTOCOL_VERSION_MINOR

constexpr int PROTOCOL_VERSION_MINOR = 9
constexpr

Definition at line 31 of file RPCMessagesParser.h.

◆ PROTOCOL_VERSION_TWEAK

constexpr int PROTOCOL_VERSION_TWEAK = 0
constexpr

Definition at line 32 of file RPCMessagesParser.h.