#include <yarp/dev/LaserScan2D.h>
Definition at line 82 of file LaserScan2D.h.
◆ Editor() [1/4]
yarp::dev::LaserScan2D::Editor::Editor |
( |
| ) |
|
◆ Editor() [2/4]
yarp::dev::LaserScan2D::Editor::Editor |
( |
LaserScan2D & |
obj | ) |
|
◆ ~Editor()
yarp::dev::LaserScan2D::Editor::~Editor |
( |
| ) |
|
|
override |
◆ Editor() [3/4]
yarp::dev::LaserScan2D::Editor::Editor |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ Editor() [4/4]
yarp::dev::LaserScan2D::Editor::Editor |
( |
Editor && |
rhs | ) |
|
|
delete |
◆ begin()
void yarp::dev::LaserScan2D::Editor::begin |
( |
| ) |
|
|
inline |
◆ clean()
void yarp::dev::LaserScan2D::Editor::clean |
( |
| ) |
|
◆ did_set_angle_max()
bool yarp::dev::LaserScan2D::Editor::did_set_angle_max |
( |
| ) |
|
|
virtual |
◆ did_set_angle_min()
bool yarp::dev::LaserScan2D::Editor::did_set_angle_min |
( |
| ) |
|
|
virtual |
◆ did_set_range_max()
bool yarp::dev::LaserScan2D::Editor::did_set_range_max |
( |
| ) |
|
|
virtual |
◆ did_set_range_min()
bool yarp::dev::LaserScan2D::Editor::did_set_range_min |
( |
| ) |
|
|
virtual |
◆ did_set_scans()
bool yarp::dev::LaserScan2D::Editor::did_set_scans |
( |
| ) |
|
|
virtual |
◆ did_set_status()
bool yarp::dev::LaserScan2D::Editor::did_set_status |
( |
| ) |
|
|
virtual |
◆ edit()
bool yarp::dev::LaserScan2D::Editor::edit |
( |
LaserScan2D & |
obj, |
|
|
bool |
dirty = true |
|
) |
| |
◆ end()
void yarp::dev::LaserScan2D::Editor::end |
( |
| ) |
|
|
inline |
◆ get_angle_max()
double yarp::dev::LaserScan2D::Editor::get_angle_max |
( |
| ) |
const |
◆ get_angle_min()
double yarp::dev::LaserScan2D::Editor::get_angle_min |
( |
| ) |
const |
◆ get_range_max()
double yarp::dev::LaserScan2D::Editor::get_range_max |
( |
| ) |
const |
◆ get_range_min()
double yarp::dev::LaserScan2D::Editor::get_range_min |
( |
| ) |
const |
◆ get_scans()
◆ get_status()
std::int32_t yarp::dev::LaserScan2D::Editor::get_status |
( |
| ) |
const |
◆ isValid()
bool yarp::dev::LaserScan2D::Editor::isValid |
( |
| ) |
const |
◆ operator=() [1/2]
Editor& yarp::dev::LaserScan2D::Editor::operator= |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ operator=() [2/2]
Editor& yarp::dev::LaserScan2D::Editor::operator= |
( |
Editor && |
rhs | ) |
|
|
delete |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::PortReader.
Definition at line 364 of file LaserScan2D.cpp.
◆ set_angle_max()
void yarp::dev::LaserScan2D::Editor::set_angle_max |
( |
const double |
angle_max | ) |
|
◆ set_angle_min()
void yarp::dev::LaserScan2D::Editor::set_angle_min |
( |
const double |
angle_min | ) |
|
◆ set_range_max()
void yarp::dev::LaserScan2D::Editor::set_range_max |
( |
const double |
range_max | ) |
|
◆ set_range_min()
void yarp::dev::LaserScan2D::Editor::set_range_min |
( |
const double |
range_min | ) |
|
◆ set_scans()
◆ set_status()
void yarp::dev::LaserScan2D::Editor::set_status |
( |
const std::int32_t |
status | ) |
|
◆ start_editing()
void yarp::dev::LaserScan2D::Editor::start_editing |
( |
| ) |
|
◆ state()
LaserScan2D & yarp::dev::LaserScan2D::Editor::state |
( |
| ) |
|
◆ stop_editing()
void yarp::dev::LaserScan2D::Editor::stop_editing |
( |
| ) |
|
◆ will_set_angle_max()
bool yarp::dev::LaserScan2D::Editor::will_set_angle_max |
( |
| ) |
|
|
virtual |
◆ will_set_angle_min()
bool yarp::dev::LaserScan2D::Editor::will_set_angle_min |
( |
| ) |
|
|
virtual |
◆ will_set_range_max()
bool yarp::dev::LaserScan2D::Editor::will_set_range_max |
( |
| ) |
|
|
virtual |
◆ will_set_range_min()
bool yarp::dev::LaserScan2D::Editor::will_set_range_min |
( |
| ) |
|
|
virtual |
◆ will_set_scans()
bool yarp::dev::LaserScan2D::Editor::will_set_scans |
( |
| ) |
|
|
virtual |
◆ will_set_status()
bool yarp::dev::LaserScan2D::Editor::will_set_status |
( |
| ) |
|
|
virtual |
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::PortWriter.
Definition at line 557 of file LaserScan2D.cpp.
The documentation for this class was generated from the following files: