#include <ci_tags_actuator.h>


Public Types | |
| typedef std::vector< std::string > | TSettings |
Public Types inherited from argos::CCI_Actuator | |
| typedef std::map< std::string, CCI_Actuator *, std::less< std::string > > | TMap |
Public Member Functions | |
| CCI_TagsActuator () | |
| virtual | ~CCI_TagsActuator () |
| size_t | GetNumTags () const |
| Returns the number of tags. More... | |
| virtual void | SetSinglePayload (UInt32 un_tag_number, const std::string &str_payload) |
| Sets the payload of a single tag. More... | |
| virtual void | SetAllPayloads (const std::string &str_payload) |
| Sets all the tags with the same payload. 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 | |
| TSettings | m_tSettings |
Definition at line 18 of file ci_tags_actuator.h.
| typedef std::vector<std::string> argos::CCI_TagsActuator::TSettings |
Definition at line 22 of file ci_tags_actuator.h.
|
inline |
Definition at line 26 of file ci_tags_actuator.h.
|
inlinevirtual |
Definition at line 28 of file ci_tags_actuator.h.
| size_t argos::CCI_TagsActuator::GetNumTags | ( | ) | const |
Returns the number of tags.
Definition at line 67 of file ci_tags_actuator.cpp.
|
virtual |
Sets all the tags with the same payload.
| str_payload | Payload to set |
Definition at line 82 of file ci_tags_actuator.cpp.
|
virtual |
Sets the payload of a single tag.
| un_tag_number | Tag that must be set |
| str_payload | Payload to set |
Definition at line 74 of file ci_tags_actuator.cpp.
|
protected |
Definition at line 58 of file ci_tags_actuator.h.