AUBO SDK  0.26.0
Loading...
Searching...
No Matches
arcs::error_stack Namespace Reference

Enumerations

enum  ErrorCodes { ARCS_ERROR_CODES }
 

Functions

constexpr int ARCS_ABI_EXPORT codeCompose (int aa, int bb, int cccc)
 
constexpr int ARCS_ABI_EXPORT mod (int x)
 
int str2ErrorCode (const char *err_code_name)
 
const char * errorCode2Str (int err_code)
 
std::ostream & dump (std::ostream &os)
 

Enumeration Type Documentation

◆ ErrorCodes

Enumerator
ARCS_ERROR_CODES 

Definition at line 52 of file error_stack.h.

Function Documentation

◆ codeCompose()

constexpr int ARCS_ABI_EXPORT arcs::error_stack::codeCompose ( int  aa,
int  bb,
int  cccc 
)
constexpr

Definition at line 27 of file error_stack.h.

◆ dump()

std::ostream & arcs::error_stack::dump ( std::ostream &  os)
inline

Definition at line 99 of file error_stack.h.

References ARCS_ERROR_CODES.

◆ errorCode2Str()

const char * arcs::error_stack::errorCode2Str ( int  err_code)
inline

Definition at line 69 of file error_stack.h.

References ARCS_ERROR_CODES.

◆ mod()

constexpr int ARCS_ABI_EXPORT arcs::error_stack::mod ( int  x)
constexpr

Definition at line 32 of file error_stack.h.

◆ str2ErrorCode()

int arcs::error_stack::str2ErrorCode ( const char *  err_code_name)
inline

Definition at line 59 of file error_stack.h.

References ARCS_ERROR_CODES.