#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>
Go to the source code of this file.
◆ 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.