SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Attributes | Private Member Functions | List of all members
scl::SActuatorSetParsed Class Reference

#include <SActuatorSetParsed.hpp>

Inheritance diagram for scl::SActuatorSetParsed:
Inheritance graph
[legend]
Collaboration diagram for scl::SActuatorSetParsed:
Collaboration graph
[legend]

Public Member Functions

 SActuatorSetParsed (const std::string &subclass_type_name)
 
 SActuatorSetParsed (const char *subclass_type_name)
 
virtual const std::string & getType () const
 
virtual const std::string & getName () const
 
virtual bool hasBeenInit () const
 

Public Attributes

const SRobotParsedrobot_
 
std::string name_
 
sBool has_been_init_
 

Protected Attributes

std::string type_
 

Private Member Functions

 SActuatorSetParsed ()
 

Detailed Description

A base class for different actuator sets

Constructor & Destructor Documentation

scl::SActuatorSetParsed::SActuatorSetParsed ( )
private

This is private to force subclasses to expose their type

Member Function Documentation

virtual const std::string& scl::SObject::getName ( ) const
inlinevirtualinherited

Get the object's type

virtual const std::string& scl::SObject::getType ( ) const
inlinevirtualinherited

Get the object's type

virtual bool scl::SObject::hasBeenInit ( ) const
inlinevirtualinherited

Get the object's type

Member Data Documentation

sBool scl::SObject::has_been_init_
inherited

Whether the object is ready for use

std::string scl::SObject::name_
inherited

The object's name

const SRobotParsed* scl::SActuatorSetParsed::robot_

The robot to which this actuator set is attached

std::string scl::SObject::type_
protectedinherited

The object's type. Should only be set by the constructor


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