#include <SimpleController.h>
◆ enableInput() [1/3]
virtual void cnoid::SimpleControllerIO::enableInput |
( |
Device * |
device | ) |
|
|
pure virtual |
◆ enableInput() [2/3]
virtual void cnoid::SimpleControllerIO::enableInput |
( |
Link * |
link | ) |
|
|
pure virtual |
◆ enableInput() [3/3]
virtual void cnoid::SimpleControllerIO::enableInput |
( |
Link * |
link, |
|
|
int |
stateFlags |
|
) |
| |
|
pure virtual |
◆ enableIO()
virtual void cnoid::SimpleControllerIO::enableIO |
( |
Link * |
link | ) |
|
|
pure virtual |
◆ enableOutput() [1/2]
virtual void cnoid::SimpleControllerIO::enableOutput |
( |
Link * |
link | ) |
|
|
pure virtual |
◆ enableOutput() [2/2]
virtual void cnoid::SimpleControllerIO::enableOutput |
( |
Link * |
link, |
|
|
int |
stateFlags |
|
) |
| |
|
pure virtual |
◆ findSharedObject()
template<class T >
T* cnoid::SimpleControllerIO::findSharedObject |
( |
const std::string & |
name | ) |
|
|
inline |
◆ getOrCreateSharedObject()
template<class T >
T* cnoid::SimpleControllerIO::getOrCreateSharedObject |
( |
const std::string & |
name | ) |
|
|
inline |
◆ name()
std::string SimpleControllerIO::name |
( |
| ) |
const |
◆ setJointInput()
void SimpleControllerIO::setJointInput |
( |
int |
stateFlags | ) |
|
|
virtual |
◆ setJointOutput()
void SimpleControllerIO::setJointOutput |
( |
int |
stateFlags | ) |
|
|
virtual |
◆ setLinkInput()
void SimpleControllerIO::setLinkInput |
( |
Link * |
link, |
|
|
int |
stateFlags |
|
) |
| |
|
virtual |
◆ setLinkOutput()
void SimpleControllerIO::setLinkOutput |
( |
Link * |
link, |
|
|
int |
stateFlags |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: