The command applied event. More...
#include <events.h>
Public Member Functions | |
CommandAppliedEvent (const std::vector< std::shared_ptr< const Command >> &commands, int revision) | |
![]() | |
Event (const Event &)=default | |
Event (Event &&)=default | |
Event (Events type) | |
Event & | operator= (const Event &)=delete |
Event & | operator= (Event &&)=delete |
virtual | ~Event ()=default |
Public Attributes | |
const std::vector< std::shared_ptr< const Command > > & | commands |
int | revision |
![]() | |
const Events | type |
The command applied event.
tesseract_environment::CommandAppliedEvent::CommandAppliedEvent | ( | const std::vector< std::shared_ptr< const Command >> & | commands, |
int | revision | ||
) |
Definition at line 35 of file events.cpp.
const std::vector<std::shared_ptr<const Command> >& tesseract_environment::CommandAppliedEvent::commands |