Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tesseract_environment::CommandAppliedEvent Struct Reference

The command applied event. More...

#include <events.h>

Inheritance diagram for tesseract_environment::CommandAppliedEvent:
Inheritance graph
[legend]
Collaboration diagram for tesseract_environment::CommandAppliedEvent:
Collaboration graph
[legend]

Public Member Functions

 CommandAppliedEvent (const Commands &commands, int revision)
 
- Public Member Functions inherited from tesseract_environment::Event
 Event (Events type)
 
virtual ~Event ()=default
 

Public Attributes

const Commandscommands
 
int revision
 
- Public Attributes inherited from tesseract_environment::Event
const Events type
 

Detailed Description

The command applied event.

Note
Do not store the const& of command in your code make a copy instead

Constructor & Destructor Documentation

◆ CommandAppliedEvent()

tesseract_environment::CommandAppliedEvent::CommandAppliedEvent ( const Commands commands,
int  revision 
)
inline

Member Data Documentation

◆ commands

const Commands& tesseract_environment::CommandAppliedEvent::commands

◆ revision

int tesseract_environment::CommandAppliedEvent::revision

The documentation for this struct was generated from the following file: