The command applied event. More...
#include <events.h>

Public Member Functions | |
| CommandAppliedEvent (const std::vector< std::shared_ptr< const Command >> &commands, int revision) | |
Public Member Functions inherited from tesseract_environment::Event | |
| 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 |
Public Attributes inherited from tesseract_environment::Event | |
| 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 |