#include <ci_magnets_actuator.h>
Classes | |
struct | SInterface |
Public Member Functions | |
CCI_MagnetsActuator () | |
Constructor. More... | |
virtual | ~CCI_MagnetsActuator () |
Destructor. More... | |
SInterface::TVector & | GetInterfaces () |
Returns a reference to the magnet interfaces. More... | |
Public Member Functions inherited from argos::CCI_Actuator | |
virtual | ~CCI_Actuator () |
Class destructor. More... | |
virtual void | Init (TConfigurationNode &t_node) |
Initializes the actuator from the XML configuration tree. More... | |
virtual void | Reset () |
Resets the actuator to the state it had just after Init(). More... | |
virtual void | Destroy () |
Destroys the actuator. More... | |
Public Member Functions inherited from argos::CBaseConfigurableResource | |
virtual | ~CBaseConfigurableResource () |
Class destructor. More... | |
Protected Attributes | |
SInterface::TVector | m_vecInterfaces |
Additional Inherited Members | |
Public Types inherited from argos::CCI_Actuator | |
typedef std::map< std::string, CCI_Actuator *, std::less< std::string > > | TMap |
Definition at line 18 of file ci_magnets_actuator.h.
|
inline |
Constructor.
Definition at line 37 of file ci_magnets_actuator.h.
|
inlinevirtual |
Destructor.
Definition at line 41 of file ci_magnets_actuator.h.
CCI_MagnetsActuator::SInterface::TVector & argos::CCI_MagnetsActuator::GetInterfaces | ( | ) |
Returns a reference to the magnet interfaces.
Definition at line 18 of file ci_magnets_actuator.cpp.
|
protected |
Definition at line 57 of file ci_magnets_actuator.h.