#include <string>
#include <sstream>
#include <iostream>
#include <vector>
#include <memory>
#include "rc_dynamics_api/msg_utils.h"
#include "roboception/msgs/frame.pb.h"
#include "roboception/msgs/dynamics.pb.h"
#include "roboception/msgs/imu.pb.h"
Go to the source code of this file.
Classes | |
struct | csv::Header |
struct and methods to "organice" printing of csv-Headers More... | |
struct | csv::Line |
struct and methods to "organice" printing of csv-Lines More... | |
Namespaces | |
csv | |
Functions | |
std::ostream & | operator<< (std::ostream &s, const csv::Header &header) |
std::ostream & | operator<< (std::ostream &s, const csv::Line &csv) |
std::ostream& operator<< | ( | std::ostream & | s, |
const csv::Header & | header | ||
) |
Definition at line 265 of file csv_printing.h.
std::ostream& operator<< | ( | std::ostream & | s, |
const csv::Line & | csv | ||
) |
Definition at line 279 of file csv_printing.h.