#include <ci_tags_actuator.h>
Definition at line 18 of file ci_tags_actuator.h.
◆ TSettings
◆ CCI_TagsActuator()
argos::CCI_TagsActuator::CCI_TagsActuator |
( |
| ) |
|
|
inline |
◆ ~CCI_TagsActuator()
virtual argos::CCI_TagsActuator::~CCI_TagsActuator |
( |
| ) |
|
|
inlinevirtual |
◆ GetNumTags()
size_t argos::CCI_TagsActuator::GetNumTags |
( |
| ) |
const |
◆ SetAllPayloads()
void argos::CCI_TagsActuator::SetAllPayloads |
( |
const std::string & |
str_payload | ) |
|
|
virtual |
Sets all the tags with the same payload.
- Parameters
-
str_payload | Payload to set |
Definition at line 82 of file ci_tags_actuator.cpp.
◆ SetSinglePayload()
void argos::CCI_TagsActuator::SetSinglePayload |
( |
UInt32 |
un_tag_number, |
|
|
const std::string & |
str_payload |
|
) |
| |
|
virtual |
Sets the payload of a single tag.
- Parameters
-
un_tag_number | Tag that must be set |
str_payload | Payload to set |
Definition at line 74 of file ci_tags_actuator.cpp.
◆ m_tSettings
TSettings argos::CCI_TagsActuator::m_tSettings |
|
protected |