#include <radio_equipped_entity.h>
Public Types | |
using | TVector = std::vector< SInstance > |
Public Member Functions | |
SInstance (CRadioEntity &c_radio, SAnchor &s_anchor, const CVector3 &c_offset) | |
Public Attributes | |
CRadioEntity & | Radio |
SAnchor & | Anchor |
CVector3 | Offset |
Definition at line 38 of file radio_equipped_entity.h.
using argos::CRadioEquippedEntity::SInstance::TVector = std::vector<SInstance> |
Definition at line 45 of file radio_equipped_entity.h.
argos::CRadioEquippedEntity::SInstance::SInstance | ( | CRadioEntity & | c_radio, |
SAnchor & | s_anchor, | ||
const CVector3 & | c_offset | ||
) |
Definition at line 17 of file radio_equipped_entity.cpp.
SAnchor& argos::CRadioEquippedEntity::SInstance::Anchor |
Definition at line 40 of file radio_equipped_entity.h.
CVector3 argos::CRadioEquippedEntity::SInstance::Offset |
Definition at line 41 of file radio_equipped_entity.h.
CRadioEntity& argos::CRadioEquippedEntity::SInstance::Radio |
Definition at line 39 of file radio_equipped_entity.h.