MeshErrorFeedback Class Reference

Class to implement mesh command feedback processing.

Public Member Functions

MeshErrorFeedback()

~MeshErrorFeedback()

int
get_entity_id()

std::string
get_entity_type()

int
get_error_code()

std::string
get_error_text()

void
set_entity_id( int anid)

void
set_entity_type( std::string atype)

void
set_error_code( int acode)

void
set_error_text( std::string atext)

Private Attributes

int
mEntityId
std::string
mEntityType
int
mErrorCode
std::string
mErrorText

Detailed Description

Class to implement mesh command feedback processing.