#include <GetBodyTorque.h>


Public Member Functions | |
| GetBodyTorque (const std::string &code=std::string("getbodytorque <nodename>")) | |
Protected Member Functions | |
| virtual tExecResultType | vExecute (std::vector< std::string > &Instr, std::ostringstream &answer, unsigned int &numberOfReturnValues) |
Definition at line 36 of file GetBodyTorque.h.
| GetBodyTorque::GetBodyTorque | ( | const std::string & | code = std::string("getbodytorque <nodename>") |
) | [inline] |
Definition at line 39 of file GetBodyTorque.h.
| Instruction::tExecResultType GetBodyTorque::vExecute | ( | std::vector< std::string > & | Instr, | |
| std::ostringstream & | answer, | |||
| unsigned int & | numberOfReturnValues | |||
| ) | [protected, virtual] |
Virtual method which must be overridden by any subclass. It does the "real" execution of the command and is called by Instruction::findAndExecute().
| Instr | instruction vector which is build like Instruction::instrdata of the specific subclass of Instruction | |
| answer | a stringstream where the answer of Instruction::vExecute() gets written to | |
| numberOfReturnValues | tells the method how many values should be stored in answer. |
Reimplemented from Instruction.
Definition at line 32 of file GetBodyTorque.cpp.
References Instruction::eBODY_NOT_FOUND, Instruction::eNODE_IS_NOT_A_BODY, Instruction::eOK, and SoPhysics::getCurrentTorque().
|
|
Generated on Sat Mar 10 20:00:19 2012 for IPSA by
1.5.8
|