alrobotmodel  2.1.4.13
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
Sim::ActuatorGroup Class Reference

ActuatorSymmetry is a predefined and named ordered group of actuators that allows simpler calls of ALMotion API. More...

#include <alrobotmodel.h>

Public Member Functions

 ActuatorGroup ()
 creates an empty ActuatorGroup, you should not use this. More...
 
 ~ActuatorGroup ()
 destructor.
 
const std::string & name () const
 name of the ActuatorGroup.
 
const ActuatorGroupparent () const
 parent of the actuator group if there is one, NULL otherwise.
 
std::vector< const Actuator * > actuators () const
 ordered vector of the actuators of the ActuatorGroup.
 

Public Attributes

class ActuatorGroupImpl * a_impl
 private implementation.
 

Detailed Description

ActuatorSymmetry is a predefined and named ordered group of actuators that allows simpler calls of ALMotion API.

Definition at line 603 of file alrobotmodel.h.

Constructor & Destructor Documentation

Sim::ActuatorGroup::ActuatorGroup ( )

creates an empty ActuatorGroup, you should not use this.

Warning
The ActuatorGroup created being empty, every access to this object will throw.

The documentation for this class was generated from the following file: