#include <yarp/dev/impl/jointData.h>
Definition at line 100 of file jointData.h.
yarp::dev::impl::jointData::Editor::Editor | ( | ) |
Definition at line 270 of file jointData.cpp.
yarp::dev::impl::jointData::Editor::Editor | ( | jointData & | obj | ) |
Definition at line 280 of file jointData.cpp.
|
override |
Definition at line 289 of file jointData.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 134 of file jointData.h.
void yarp::dev::impl::jointData::Editor::clean | ( | ) |
Definition at line 951 of file jointData.cpp.
|
virtual |
Definition at line 861 of file jointData.cpp.
|
virtual |
Definition at line 889 of file jointData.cpp.
|
virtual |
Definition at line 805 of file jointData.cpp.
|
virtual |
Definition at line 833 of file jointData.cpp.
|
virtual |
Definition at line 917 of file jointData.cpp.
|
virtual |
Definition at line 945 of file jointData.cpp.
|
virtual |
Definition at line 469 of file jointData.cpp.
|
virtual |
Definition at line 497 of file jointData.cpp.
|
virtual |
Definition at line 357 of file jointData.cpp.
|
virtual |
Definition at line 385 of file jointData.cpp.
|
virtual |
Definition at line 413 of file jointData.cpp.
|
virtual |
Definition at line 441 of file jointData.cpp.
|
virtual |
Definition at line 637 of file jointData.cpp.
|
virtual |
Definition at line 665 of file jointData.cpp.
|
virtual |
Definition at line 525 of file jointData.cpp.
|
virtual |
Definition at line 553 of file jointData.cpp.
|
virtual |
Definition at line 581 of file jointData.cpp.
|
virtual |
Definition at line 609 of file jointData.cpp.
|
virtual |
Definition at line 749 of file jointData.cpp.
|
virtual |
Definition at line 777 of file jointData.cpp.
|
virtual |
Definition at line 693 of file jointData.cpp.
|
virtual |
Definition at line 721 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::edit | ( | jointData & | obj, |
bool | dirty = true |
||
) |
Definition at line 297 of file jointData.cpp.
|
inline |
Definition at line 145 of file jointData.h.
const yarp::sig::VectorOf< int > & yarp::dev::impl::jointData::Editor::get_controlMode | ( | ) | const |
Definition at line 849 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_controlMode_isValid | ( | ) | const |
Definition at line 877 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_current | ( | ) | const |
Definition at line 793 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_current_isValid | ( | ) | const |
Definition at line 821 of file jointData.cpp.
const yarp::sig::VectorOf< int > & yarp::dev::impl::jointData::Editor::get_interactionMode | ( | ) | const |
Definition at line 905 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_interactionMode_isValid | ( | ) | const |
Definition at line 933 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_jointAcceleration | ( | ) | const |
Definition at line 457 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_jointAcceleration_isValid | ( | ) | const |
Definition at line 485 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_jointPosition | ( | ) | const |
Definition at line 345 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_jointPosition_isValid | ( | ) | const |
Definition at line 373 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_jointVelocity | ( | ) | const |
Definition at line 401 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_jointVelocity_isValid | ( | ) | const |
Definition at line 429 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_motorAcceleration | ( | ) | const |
Definition at line 625 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_motorAcceleration_isValid | ( | ) | const |
Definition at line 653 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_motorPosition | ( | ) | const |
Definition at line 513 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_motorPosition_isValid | ( | ) | const |
Definition at line 541 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_motorVelocity | ( | ) | const |
Definition at line 569 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_motorVelocity_isValid | ( | ) | const |
Definition at line 597 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_pwmDutycycle | ( | ) | const |
Definition at line 737 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_pwmDutycycle_isValid | ( | ) | const |
Definition at line 765 of file jointData.cpp.
const yarp::sig::VectorOf< double > & yarp::dev::impl::jointData::Editor::get_torque | ( | ) | const |
Definition at line 681 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::get_torque_isValid | ( | ) | const |
Definition at line 709 of file jointData.cpp.
bool yarp::dev::impl::jointData::Editor::isValid | ( | ) | const |
Definition at line 309 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 957 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_controlMode | ( | const yarp::sig::VectorOf< int > & | controlMode | ) |
Definition at line 839 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_controlMode_isValid | ( | const bool | controlMode_isValid | ) |
Definition at line 867 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_current | ( | const yarp::sig::VectorOf< double > & | current | ) |
Definition at line 783 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_current_isValid | ( | const bool | current_isValid | ) |
Definition at line 811 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_interactionMode | ( | const yarp::sig::VectorOf< int > & | interactionMode | ) |
Definition at line 895 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_interactionMode_isValid | ( | const bool | interactionMode_isValid | ) |
Definition at line 923 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointAcceleration | ( | const yarp::sig::VectorOf< double > & | jointAcceleration | ) |
Definition at line 447 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointAcceleration_isValid | ( | const bool | jointAcceleration_isValid | ) |
Definition at line 475 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointPosition | ( | const yarp::sig::VectorOf< double > & | jointPosition | ) |
Definition at line 335 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointPosition_isValid | ( | const bool | jointPosition_isValid | ) |
Definition at line 363 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointVelocity | ( | const yarp::sig::VectorOf< double > & | jointVelocity | ) |
Definition at line 391 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_jointVelocity_isValid | ( | const bool | jointVelocity_isValid | ) |
Definition at line 419 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorAcceleration | ( | const yarp::sig::VectorOf< double > & | motorAcceleration | ) |
Definition at line 615 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorAcceleration_isValid | ( | const bool | motorAcceleration_isValid | ) |
Definition at line 643 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorPosition | ( | const yarp::sig::VectorOf< double > & | motorPosition | ) |
Definition at line 503 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorPosition_isValid | ( | const bool | motorPosition_isValid | ) |
Definition at line 531 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorVelocity | ( | const yarp::sig::VectorOf< double > & | motorVelocity | ) |
Definition at line 559 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_motorVelocity_isValid | ( | const bool | motorVelocity_isValid | ) |
Definition at line 587 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_pwmDutycycle | ( | const yarp::sig::VectorOf< double > & | pwmDutycycle | ) |
Definition at line 727 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_pwmDutycycle_isValid | ( | const bool | pwmDutycycle_isValid | ) |
Definition at line 755 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_torque | ( | const yarp::sig::VectorOf< double > & | torque | ) |
Definition at line 671 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::set_torque_isValid | ( | const bool | torque_isValid | ) |
Definition at line 699 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::start_editing | ( | ) |
Definition at line 321 of file jointData.cpp.
jointData & yarp::dev::impl::jointData::Editor::state | ( | ) |
Definition at line 315 of file jointData.cpp.
void yarp::dev::impl::jointData::Editor::stop_editing | ( | ) |
Definition at line 327 of file jointData.cpp.
|
virtual |
Definition at line 855 of file jointData.cpp.
|
virtual |
Definition at line 883 of file jointData.cpp.
|
virtual |
Definition at line 799 of file jointData.cpp.
|
virtual |
Definition at line 827 of file jointData.cpp.
|
virtual |
Definition at line 911 of file jointData.cpp.
|
virtual |
Definition at line 939 of file jointData.cpp.
|
virtual |
Definition at line 463 of file jointData.cpp.
|
virtual |
Definition at line 491 of file jointData.cpp.
|
virtual |
Definition at line 351 of file jointData.cpp.
|
virtual |
Definition at line 379 of file jointData.cpp.
|
virtual |
Definition at line 407 of file jointData.cpp.
|
virtual |
Definition at line 435 of file jointData.cpp.
|
virtual |
Definition at line 631 of file jointData.cpp.
|
virtual |
Definition at line 659 of file jointData.cpp.
|
virtual |
Definition at line 519 of file jointData.cpp.
|
virtual |
Definition at line 547 of file jointData.cpp.
|
virtual |
Definition at line 575 of file jointData.cpp.
|
virtual |
Definition at line 603 of file jointData.cpp.
|
virtual |
Definition at line 743 of file jointData.cpp.
|
virtual |
Definition at line 771 of file jointData.cpp.
|
virtual |
Definition at line 687 of file jointData.cpp.
|
virtual |
Definition at line 715 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 1375 of file jointData.cpp.