YARP
Yet Another Robot Platform
Vector.cpp File Reference
#include <yarp/sig/Vector.h>
#include <yarp/conf/system.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/ConnectionReader.h>
#include <yarp/os/ConnectionWriter.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/NetInt32.h>
#include <yarp/os/NetFloat64.h>
#include <yarp/sig/Matrix.h>
#include <vector>
#include <cinttypes>
#include <cstdio>
#include <cstdlib>
#include <map>
+ Include dependency graph for Vector.cpp:

Go to the source code of this file.

Classes

struct  VectorPortContentHeader
 

Variables

const std::map< int, std::string > tag2FormatStr
 

Variable Documentation

◆ tag2FormatStr

const std::map<int, std::string> tag2FormatStr
Initial value:
= {
{ 1 , PRId32},
{ (1 + 16) , PRId64},
{ (1 + 8) , "c"},
{ (4) , "s"},
{ (2 + 8) , "lf"},
}

Definition at line 46 of file Vector.cpp.