ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
The basic operation to be stored in the vtable. More...
#include <entity.h>
Public Member Functions | |
template<typename DERIVED , typename OPERATION_IMPL > | |
RETURN_TYPE | Hook (PLUGIN &t_plugin, CEntity &c_entity) |
Protected Member Functions | |
template<typename DERIVED , typename OPERATION_IMPL > | |
RETURN_TYPE | Dispatch (PLUGIN &t_plugin, CEntity &c_entity) |
The basic operation to be stored in the vtable.
RETURN_TYPE argos::CEntityOperation< LABEL, PLUGIN, RETURN_TYPE >::Dispatch | ( | PLUGIN & | t_plugin, |
CEntity & | c_entity | ||
) | [inline, protected] |
RETURN_TYPE argos::CEntityOperation< LABEL, PLUGIN, RETURN_TYPE >::Hook | ( | PLUGIN & | t_plugin, |
CEntity & | c_entity | ||
) | [inline] |