#include <string>
#include <memory>
#include <iostream>
#include <vector>
#include <boost/optional.hpp>
#include "Parameter.hpp"
#include <astra/capi/astra.h>
Go to the source code of this file.
Namespaces | |
astra_ros | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration &value) |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration::BodyStream &value) |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration::ColorizedBodyStream &value) |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration::ColorStream &value) |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration::DepthStream &value) |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration::IrStream &value) |
std::ostream & | operator<< (std::ostream &o, const astra_ros::Device::Configuration::MaskedColorStream &value) |
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration & | value | ||
) |
Definition at line 794 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration::BodyStream & | value | ||
) |
Definition at line 779 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration::ColorizedBodyStream & | value | ||
) |
Definition at line 784 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration::ColorStream & | value | ||
) |
Definition at line 764 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration::DepthStream & | value | ||
) |
Definition at line 774 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration::IrStream & | value | ||
) |
Definition at line 769 of file Device.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const astra_ros::Device::Configuration::MaskedColorStream & | value | ||
) |
Definition at line 789 of file Device.cpp.