The CartesianControlServer class implements ICartesianControl server side.
#include <CartesianControlServer.hpp>
|
|
bool | open (yarp::os::Searchable &config) override |
| |
|
bool | close () override |
| |
|
bool | attach (yarp::dev::PolyDriver *poly) override |
| |
|
bool | detach () override |
| |
|
void | run () override |
| |
|
bool | parseParams (const yarp::os::Searchable &config) override |
| |
|
std::string | getDeviceClassName () const override |
| |
|
std::string | getDeviceName () const override |
| |
|
std::string | getDocumentationOfDeviceParams () const override |
| |
|
std::vector< std::string > | getListOfParams () const override |
| |
|
|
const std::string | m_device_classname = {"CartesianControlServer"} |
| |
|
const std::string | m_device_name = {"CartesianControlServer"} |
| |
|
bool | m_parser_is_strict = false |
| |
|
const parser_version_type | m_parser_version = {} |
| |
|
const std::string | m_name_defaultValue = {"/CartesianServer"} |
| |
|
const std::string | m_fkPeriod_defaultValue = {"20"} |
| |
|
const std::string | m_coordRepr_defaultValue = {"cartesian"} |
| |
|
const std::string | m_angleRepr_defaultValue = {"axisAngleScaled"} |
| |
|
const std::string | m_angularUnits_defaultValue = {"degrees"} |
| |
|
std::string | m_name = {"/CartesianServer"} |
| |
|
int | m_fkPeriod = {20} |
| |
|
std::string | m_coordRepr = {"cartesian"} |
| |
|
std::string | m_angleRepr = {"axisAngleScaled"} |
| |
|
std::string | m_angularUnits = {"degrees"} |
| |
The documentation for this class was generated from the following files:
- libraries/YarpPlugins/CartesianControlServer/CartesianControlServer.hpp
- libraries/YarpPlugins/CartesianControlServer/DeviceDriverImpl.cpp
- libraries/YarpPlugins/CartesianControlServer/IWrapperImpl.cpp
- libraries/YarpPlugins/CartesianControlServer/PeriodicThreadImpl.cpp