#include <yarp/dev/impl/jointData.h>
Definition at line 97 of file jointData.h.
yarp::dev::impl::jointData::Editor::Editor | ( | ) |
Definition at line 267 of file jointData.cpp.
yarp::dev::impl::jointData::Editor::Editor | ( | jointData & | obj | ) |
Definition at line 277 of file jointData.cpp.
|
override |
Definition at line 286 of file jointData.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 131 of file jointData.h.
void yarp::dev::impl::jointData::Editor::clean | ( | ) |
Definition at line 948 of file jointData.cpp.
|
virtual |
Definition at line 858 of file jointData.cpp.
|
virtual |
Definition at line 886 of file jointData.cpp.
|
virtual |
Definition at line 802 of file jointData.cpp.
|
virtual |
Definition at line 830 of file jointData.cpp.
|
virtual |
Definition at line 914 of file jointData.cpp.
|
virtual |
Definition at line 942 of file jointData.cpp.
|
virtual |
Definition at line 466 of file jointData.cpp.
|
virtual |
Definition at line 494 of file jointData.cpp.
|
virtual |
Definition at line 354 of file jointData.cpp.
|
virtual |
Definition at line 382 of file jointData.cpp.
|
virtual |
Definition at line 410 of file jointData.cpp.
|
virtual |
Definition at line 438 of file jointData.cpp.
|
virtual |
Definition at line 634 of file jointData.cpp.
|
virtual |
Definition at line 662 of file jointData.cpp.
|
virtual |
Definition at line 522 of file jointData.cpp.
|
virtual |
Definition at line 550 of file jointData.cpp.
|
virtual |
Definition at line 578 of file jointData.cpp.
|
virtual |
Definition at line 606 of file jointData.cpp.
|
virtual |
Definition at line 746 of file jointData.cpp.
|
virtual |
Definition at line 774 of file jointData.cpp.
|
virtual |
Definition at line 690 of file jointData.cpp.
|
virtual |
Definition at line 718 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::edit | ( | jointData & | obj, |
bool | dirty = true |
||
) |
Definition at line 294 of file jointData.cpp.
|
inline |
Definition at line 142 of file jointData.h.
const yarp::sig::VectorOf< int > & yarp::dev::impl::jointData::Editor::get_controlMode | ( | ) | const |
Definition at line 846 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_controlMode_isValid | ( | ) | const |
Definition at line 874 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_current | ( | ) | const |
Definition at line 790 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_current_isValid | ( | ) | const |
Definition at line 818 of file jointData.cpp.
const yarp::sig::VectorOf< int > & yarp::dev::impl::jointData::Editor::get_interactionMode | ( | ) | const |
Definition at line 902 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_interactionMode_isValid | ( | ) | const |
Definition at line 930 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_jointAcceleration | ( | ) | const |
Definition at line 454 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_jointAcceleration_isValid | ( | ) | const |
Definition at line 482 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_jointPosition | ( | ) | const |
Definition at line 342 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_jointPosition_isValid | ( | ) | const |
Definition at line 370 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_jointVelocity | ( | ) | const |
Definition at line 398 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_jointVelocity_isValid | ( | ) | const |
Definition at line 426 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_motorAcceleration | ( | ) | const |
Definition at line 622 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_motorAcceleration_isValid | ( | ) | const |
Definition at line 650 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_motorPosition | ( | ) | const |
Definition at line 510 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_motorPosition_isValid | ( | ) | const |
Definition at line 538 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_motorVelocity | ( | ) | const |
Definition at line 566 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_motorVelocity_isValid | ( | ) | const |
Definition at line 594 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_pwmDutycycle | ( | ) | const |
Definition at line 734 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_pwmDutycycle_isValid | ( | ) | const |
Definition at line 762 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_torque | ( | ) | const |
Definition at line 678 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_torque_isValid | ( | ) | const |
Definition at line 706 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::isValid | ( | ) | const |
Definition at line 306 of file jointData.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 954 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_controlMode | ( | const yarp::sig::VectorOf< int > & | controlMode | ) |
Definition at line 836 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_controlMode_isValid | ( | const bool | controlMode_isValid | ) |
Definition at line 864 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_current | ( | const yarp::sig::VectorOf< double > & | current | ) |
Definition at line 780 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_current_isValid | ( | const bool | current_isValid | ) |
Definition at line 808 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_interactionMode | ( | const yarp::sig::VectorOf< int > & | interactionMode | ) |
Definition at line 892 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_interactionMode_isValid | ( | const bool | interactionMode_isValid | ) |
Definition at line 920 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointAcceleration | ( | const yarp::sig::VectorOf< double > & | jointAcceleration | ) |
Definition at line 444 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointAcceleration_isValid | ( | const bool | jointAcceleration_isValid | ) |
Definition at line 472 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointPosition | ( | const yarp::sig::VectorOf< double > & | jointPosition | ) |
Definition at line 332 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointPosition_isValid | ( | const bool | jointPosition_isValid | ) |
Definition at line 360 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointVelocity | ( | const yarp::sig::VectorOf< double > & | jointVelocity | ) |
Definition at line 388 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointVelocity_isValid | ( | const bool | jointVelocity_isValid | ) |
Definition at line 416 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorAcceleration | ( | const yarp::sig::VectorOf< double > & | motorAcceleration | ) |
Definition at line 612 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorAcceleration_isValid | ( | const bool | motorAcceleration_isValid | ) |
Definition at line 640 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorPosition | ( | const yarp::sig::VectorOf< double > & | motorPosition | ) |
Definition at line 500 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorPosition_isValid | ( | const bool | motorPosition_isValid | ) |
Definition at line 528 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorVelocity | ( | const yarp::sig::VectorOf< double > & | motorVelocity | ) |
Definition at line 556 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorVelocity_isValid | ( | const bool | motorVelocity_isValid | ) |
Definition at line 584 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_pwmDutycycle | ( | const yarp::sig::VectorOf< double > & | pwmDutycycle | ) |
Definition at line 724 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_pwmDutycycle_isValid | ( | const bool | pwmDutycycle_isValid | ) |
Definition at line 752 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_torque | ( | const yarp::sig::VectorOf< double > & | torque | ) |
Definition at line 668 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_torque_isValid | ( | const bool | torque_isValid | ) |
Definition at line 696 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::start_editing | ( | ) |
Definition at line 318 of file jointData.cpp.
jointData & yarp::dev::impl::jointData::Editor::state | ( | ) |
Definition at line 312 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::stop_editing | ( | ) |
Definition at line 324 of file jointData.cpp.
|
virtual |
Definition at line 852 of file jointData.cpp.
|
virtual |
Definition at line 880 of file jointData.cpp.
|
virtual |
Definition at line 796 of file jointData.cpp.
|
virtual |
Definition at line 824 of file jointData.cpp.
|
virtual |
Definition at line 908 of file jointData.cpp.
|
virtual |
Definition at line 936 of file jointData.cpp.
|
virtual |
Definition at line 460 of file jointData.cpp.
|
virtual |
Definition at line 488 of file jointData.cpp.
|
virtual |
Definition at line 348 of file jointData.cpp.
|
virtual |
Definition at line 376 of file jointData.cpp.
|
virtual |
Definition at line 404 of file jointData.cpp.
|
virtual |
Definition at line 432 of file jointData.cpp.
|
virtual |
Definition at line 628 of file jointData.cpp.
|
virtual |
Definition at line 656 of file jointData.cpp.
|
virtual |
Definition at line 516 of file jointData.cpp.
|
virtual |
Definition at line 544 of file jointData.cpp.
|
virtual |
Definition at line 572 of file jointData.cpp.
|
virtual |
Definition at line 600 of file jointData.cpp.
|
virtual |
Definition at line 740 of file jointData.cpp.
|
virtual |
Definition at line 768 of file jointData.cpp.
|
virtual |
Definition at line 684 of file jointData.cpp.
|
virtual |
Definition at line 712 of file jointData.cpp.
|
overridevirtual |
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
writer | an interface to the network connection for writing |
Implements yarp::os::PortWriter.
Definition at line 1372 of file jointData.cpp.