ed
Public Member Functions | Public Attributes | List of all members
ed::PluginInput Struct Reference

#include <plugin.h>

Public Member Functions

 PluginInput (const WorldModel &world_, const std::vector< UpdateRequestConstPtr > &deltas_)
 

Public Attributes

const std::vector< UpdateRequestConstPtr > & deltas
 
const WorldModelworld
 

Detailed Description

Definition at line 19 of file plugin.h.

Constructor & Destructor Documentation

◆ PluginInput()

ed::PluginInput::PluginInput ( const WorldModel world_,
const std::vector< UpdateRequestConstPtr > &  deltas_ 
)
inline

Definition at line 21 of file plugin.h.

Member Data Documentation

◆ deltas

const std::vector<UpdateRequestConstPtr>& ed::PluginInput::deltas

Definition at line 25 of file plugin.h.

◆ world

const WorldModel& ed::PluginInput::world

Definition at line 24 of file plugin.h.


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