EntityUpdateResult Struct Reference

Result of an EntityUpdate. More...

#include <RobotAPI/libraries/armem/core/Commit.h>

Public Attributes

Time arrivedTime = Time::Invalid()
 
std::string errorMessage
 
MemoryID snapshotID
 
bool success = false
 

Friends

std::ostream & operator<< (std::ostream &os, const EntityUpdateResult &rhs)
 

Detailed Description

Result of an EntityUpdate.

Definition at line 74 of file Commit.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const EntityUpdateResult & rhs )
friend

Definition at line 21 of file Commit.cpp.

Member Data Documentation

◆ arrivedTime

Time arrivedTime = Time::Invalid()

Definition at line 79 of file Commit.h.

◆ errorMessage

std::string errorMessage

Definition at line 81 of file Commit.h.

◆ snapshotID

MemoryID snapshotID

Definition at line 78 of file Commit.h.

◆ success

bool success = false

Definition at line 76 of file Commit.h.


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