|
cisst-saw
|
#include <prmConfigurationJoint.h>
Public Member Functions | |
| prmConfigurationJoint (void) | |
| prmConfigurationJoint (const prmConfigurationJoint &other) | |
| prmConfigurationJoint & | operator= (const prmConfigurationJoint &other) |
| ~prmConfigurationJoint () | |
| void | GetName (std::vector< std::string > &placeHolder) const |
| std::vector< std::string > | GetName (void) const |
| void | SetName (const std::vector< std::string > &newValue) |
| const std::vector< std::string > & | Name (void) const |
| std::vector< std::string > & | Name (void) |
| void | GetType (vctDynamicVector< cmnJointType > &placeHolder) const |
| vctDynamicVector< cmnJointType > | GetType (void) const |
| void | SetType (const vctDynamicVector< cmnJointType > &newValue) |
| const vctDynamicVector< cmnJointType > & | Type (void) const |
| vctDynamicVector< cmnJointType > & | Type (void) |
| void | GetPositionMin (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetPositionMin (void) const |
| void | SetPositionMin (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | PositionMin (void) const |
| vctDynamicVector< double > & | PositionMin (void) |
| void | GetPositionMax (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetPositionMax (void) const |
| void | SetPositionMax (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | PositionMax (void) const |
| vctDynamicVector< double > & | PositionMax (void) |
| void | GetVelocityMin (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetVelocityMin (void) const |
| void | SetVelocityMin (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | VelocityMin (void) const |
| vctDynamicVector< double > & | VelocityMin (void) |
| void | GetVelocityMax (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetVelocityMax (void) const |
| void | SetVelocityMax (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | VelocityMax (void) const |
| vctDynamicVector< double > & | VelocityMax (void) |
| void | GetAccelerationMin (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetAccelerationMin (void) const |
| void | SetAccelerationMin (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | AccelerationMin (void) const |
| vctDynamicVector< double > & | AccelerationMin (void) |
| void | GetAccelerationMax (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetAccelerationMax (void) const |
| void | SetAccelerationMax (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | AccelerationMax (void) const |
| vctDynamicVector< double > & | AccelerationMax (void) |
| void | GetEffortMin (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetEffortMin (void) const |
| void | SetEffortMin (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | EffortMin (void) const |
| vctDynamicVector< double > & | EffortMin (void) |
| void | GetEffortMax (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | GetEffortMax (void) const |
| void | SetEffortMax (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | EffortMax (void) const |
| vctDynamicVector< double > & | EffortMax (void) |
| void | SerializeRaw (std::ostream &outputStream) const override |
| void | DeSerializeRaw (std::istream &inputStream) override |
| void | ToStream (std::ostream &outputStream) const override |
| void | ToStreamRaw (std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const override |
| void | Copy (const prmConfigurationJoint &source) |
| bool | ScalarNumberIsFixed (void) const override |
| size_t | ScalarNumber (void) const override |
| Public Member Functions inherited from mtsGenericObject | |
| mtsGenericObject (void) | |
| mtsGenericObject (double timestamp, bool automaticTimestamp, bool valid) | |
| mtsGenericObject (const mtsGenericObject &other) | |
| virtual | ~mtsGenericObject (void) |
| mtsGenericObject & | operator= (const mtsGenericObject &other) |
| bool | SetTimestampIfAutomatic (double timestamp) |
| virtual bool | FromStreamRaw (std::istream &inputStream, const char delimiter=' ') |
| Public Member Functions inherited from cmnGenericObject | |
| virtual | ~cmnGenericObject (void) |
| virtual const cmnClassServicesBase * | Services (void) const =0 |
| bool | ReconstructFrom (const cmnGenericObject &other) |
| std::string | ToString (void) const |
| virtual cmnLogger::StreamBufType * | GetLogMultiplexer (void) const |
| virtual double | Scalar (const size_t CMN_UNUSED(index)) const CISST_THROW(std |
| virtual std::string | ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const |
Public Attributes | |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string | SerializeDescription (const char delimiter=',', const std::string &userDescription="") const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string | HumanReadable (void) const |
Protected Attributes | |
| std::vector< std::string > | mName |
| vctDynamicVector< cmnJointType > | mType |
| vctDynamicVector< double > | mPositionMin |
| vctDynamicVector< double > | mPositionMax |
| vctDynamicVector< double > | mVelocityMin |
| vctDynamicVector< double > | mVelocityMax |
| vctDynamicVector< double > | mAccelerationMin |
| vctDynamicVector< double > | mAccelerationMax |
| vctDynamicVector< double > | mEffortMin |
| vctDynamicVector< double > | mEffortMax |
| prmConfigurationJoint::prmConfigurationJoint | ( | void | ) |
| prmConfigurationJoint::prmConfigurationJoint | ( | const prmConfigurationJoint & | other | ) |
| prmConfigurationJoint::~prmConfigurationJoint | ( | ) |
| vctDynamicVector< double > & prmConfigurationJoint::AccelerationMax | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::AccelerationMax | ( | void | ) | const |
| vctDynamicVector< double > & prmConfigurationJoint::AccelerationMin | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::AccelerationMin | ( | void | ) | const |
| void prmConfigurationJoint::Copy | ( | const prmConfigurationJoint & | source | ) |
|
overridevirtual |
Binary deserialization
Reimplemented from mtsGenericObject.
| vctDynamicVector< double > & prmConfigurationJoint::EffortMax | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::EffortMax | ( | void | ) | const |
| vctDynamicVector< double > & prmConfigurationJoint::EffortMin | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::EffortMin | ( | void | ) | const |
| void prmConfigurationJoint::GetAccelerationMax | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetAccelerationMin | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetEffortMax | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetEffortMin | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetName | ( | std::vector< std::string > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetPositionMax | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetPositionMin | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetType | ( | vctDynamicVector< cmnJointType > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetVelocityMax | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmConfigurationJoint::GetVelocityMin | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| std::vector< std::string > & prmConfigurationJoint::Name | ( | void | ) |
| const std::vector< std::string > & prmConfigurationJoint::Name | ( | void | ) | const |
| prmConfigurationJoint & prmConfigurationJoint::operator= | ( | const prmConfigurationJoint & | other | ) |
| vctDynamicVector< double > & prmConfigurationJoint::PositionMax | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::PositionMax | ( | void | ) | const |
| vctDynamicVector< double > & prmConfigurationJoint::PositionMin | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::PositionMin | ( | void | ) | const |
|
overridevirtual |
Methods for data visualization. Derived classes should override the following methods in order to be properly processed by the data visualizer of the global component manager.
Return a number of data (which can be visualized, i.e., type-casted to double)
Reimplemented from mtsGenericObject.
|
overridevirtual |
Indicates if this object has a fixed number of scalars. This is used for arrays of object in order to optimize random access for a given scalar. When defining an object with a fixed number of scalars, overloading this method to return true allows some optimizations.
Reimplemented from mtsGenericObject.
|
overridevirtual |
Binary serialization
Reimplemented from mtsGenericObject.
| void prmConfigurationJoint::SetAccelerationMax | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetAccelerationMin | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetEffortMax | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetEffortMin | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetName | ( | const std::vector< std::string > & | newValue | ) |
| void prmConfigurationJoint::SetPositionMax | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetPositionMin | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetType | ( | const vctDynamicVector< cmnJointType > & | newValue | ) |
| void prmConfigurationJoint::SetVelocityMax | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmConfigurationJoint::SetVelocityMin | ( | const vctDynamicVector< double > & | newValue | ) |
|
overridevirtual |
Human readable text output. This method only streams the data members of mtsGenericObject, i.e. the Timestamp and Valid flag. It should be called by any derived class re-implementing ToStream.
Reimplemented from mtsGenericObject.
|
overridevirtual |
Raw text output to stream
Reimplemented from mtsGenericObject.
| vctDynamicVector< cmnJointType > & prmConfigurationJoint::Type | ( | void | ) |
| const vctDynamicVector< cmnJointType > & prmConfigurationJoint::Type | ( | void | ) | const |
| vctDynamicVector< double > & prmConfigurationJoint::VelocityMax | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::VelocityMax | ( | void | ) | const |
| vctDynamicVector< double > & prmConfigurationJoint::VelocityMin | ( | void | ) |
| const vctDynamicVector< double > & prmConfigurationJoint::VelocityMin | ( | void | ) | const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string prmConfigurationJoint::HumanReadable(void) const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string prmConfigurationJoint::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |