#include "astra_ros/Device.hpp"
#include "astra_ros/Exception.hpp"
#include "util.hpp"
#include <iostream>
#include <sstream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration &value) |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration::BodyStream &value) |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration::ColorizedBodyStream &value) |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration::ColorStream &value) |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration::DepthStream &value) |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration::IrStream &value) |
std::ostream & | operator<< (std::ostream &o, const Device::Configuration::MaskedColorStream &value) |
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration & | value | ||
) |
Definition at line 794 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration::BodyStream & | value | ||
) |
Definition at line 779 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration::ColorizedBodyStream & | value | ||
) |
Definition at line 784 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration::ColorStream & | value | ||
) |
Definition at line 764 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration::DepthStream & | value | ||
) |
Definition at line 774 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration::IrStream & | value | ||
) |
Definition at line 769 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const Device::Configuration::MaskedColorStream & | value | ||
) |
Definition at line 789 of file Device.cpp.