ed_sensor_integration
Public Member Functions | Public Attributes | List of all members
UpdateResult Struct Reference

#include <updater.h>

Public Member Functions

 UpdateResult (ed::UpdateRequest &update_req_)
 

Public Attributes

std::vector< EntityUpdateentity_updates
 
std::stringstream error
 
std::vector< ed::UUIDremoved_entity_ids
 
ed::UpdateRequestupdate_req
 

Detailed Description

Definition at line 34 of file kinect/updater.h.

Constructor & Destructor Documentation

◆ UpdateResult()

UpdateResult::UpdateResult ( ed::UpdateRequest update_req_)
inline

Definition at line 36 of file kinect/updater.h.

Member Data Documentation

◆ entity_updates

std::vector<EntityUpdate> UpdateResult::entity_updates

Definition at line 38 of file kinect/updater.h.

◆ error

std::stringstream UpdateResult::error

Definition at line 41 of file kinect/updater.h.

◆ removed_entity_ids

std::vector<ed::UUID> UpdateResult::removed_entity_ids

Definition at line 39 of file kinect/updater.h.

◆ update_req

ed::UpdateRequest& UpdateResult::update_req

Definition at line 40 of file kinect/updater.h.


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