#include <Device.hpp>
Public Types | |
| typedef Parameter< std::int32_t > | Exposure |
| typedef Parameter< std::int32_t > | Gain |
| typedef Parameter< bool > | Mirrored |
| typedef Parameter< ImageStreamMode > | Mode |
| typedef Parameter< bool > | Running |
Public Attributes | |
| boost::optional< Exposure > | exposure |
| boost::optional< Gain > | gain |
| boost::optional< Mirrored > | mirrored |
| boost::optional< Mode > | mode |
| Running | running |
Holds configuration options for the Astra IR stream
Definition at line 212 of file Device.hpp.
| typedef Parameter<std::int32_t> astra_ros::Device::Configuration::IrStream::Exposure |
Definition at line 220 of file Device.hpp.
| typedef Parameter<std::int32_t> astra_ros::Device::Configuration::IrStream::Gain |
Definition at line 219 of file Device.hpp.
Definition at line 215 of file Device.hpp.
Definition at line 217 of file Device.hpp.
| typedef Parameter<bool> astra_ros::Device::Configuration::IrStream::Running |
Definition at line 214 of file Device.hpp.
| boost::optional<Exposure> astra_ros::Device::Configuration::IrStream::exposure |
Definition at line 235 of file Device.hpp.
| boost::optional<Gain> astra_ros::Device::Configuration::IrStream::gain |
Definition at line 234 of file Device.hpp.
| boost::optional<Mirrored> astra_ros::Device::Configuration::IrStream::mirrored |
Whether the IR image should be horizontally mirrored. If boost::none, the image will not be mirrored.
Definition at line 227 of file Device.hpp.
| boost::optional<Mode> astra_ros::Device::Configuration::IrStream::mode |
The ImageStreamMode of the IR stream. If boost::none, the default mode will be used.
Definition at line 232 of file Device.hpp.
| Running astra_ros::Device::Configuration::IrStream::running |
Definition at line 222 of file Device.hpp.