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 | List of all members
scl::SRobot Class Reference

#include <SRobot.hpp>

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

Public Member Functions

 SRobot ()
 
virtual ~SRobot ()
 
virtual const std::string & getType () const
 
virtual const std::string & getName () const
 
virtual bool hasBeenInit () const
 

Public Attributes

SRobotParsedparsed_robot_data_
 
SRobotIOio_data_
 
sutil::CMappedList
< std::string, SControllerBase * > 
controllers_
 
SControllerBasecontroller_current_
 
std::string name_
 
sBool has_been_init_
 

Protected Attributes

std::string type_
 

Detailed Description

This class encapsulates ALL the properties needed to simulate and control a robot.

It is used by CRobot objects.

Constructor & Destructor Documentation

scl::SRobot::SRobot ( )

Constructor sets stuff to null and initialization state to false

scl::SRobot::~SRobot ( )
virtual

Destructor does nothing

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

SControllerBase* scl::SRobot::controller_current_

The controller data structure

sutil::CMappedList<std::string,SControllerBase*> scl::SRobot::controllers_

The robot's controller data structures.

sBool scl::SObject::has_been_init_
inherited

Whether the object is ready for use

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

The object's name

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 files: