Entry Class Reference

Brief description of class Entry. More...

#include <armarx/control/ethercat/ErrorReporting.h>

Public Member Functions

EntrybusIterationNumber (std::uint64_t iteration)
 
EntrydeviceName (const char *deviceName)
 
 Entry ()=default
 
EntryerrorType (Type type)
 
std::string getIdentifier () const
 
template<typename... T>
Entryidentifier (const char *fmt, T... args)
 
template<typename... T>
Entrymessage (const char *fmt, T... args)
 
EntrymetaInfo (const char *file, int line, const char *function)
 
EntryslaveIdentifier (SlaveIdentifier sid)
 
std::string toString () const
 
 ~Entry ()=default
 

Detailed Description

Brief description of class Entry.

Detailed description of class Entry.

Definition at line 68 of file ErrorReporting.h.

Constructor & Destructor Documentation

◆ Entry()

Entry ( )
default
+ Here is the caller graph for this function:

◆ ~Entry()

~Entry ( )
default
+ Here is the call graph for this function:

Member Function Documentation

◆ busIterationNumber()

Entry & busIterationNumber ( std::uint64_t iteration)

Definition at line 396 of file ErrorReporting.cpp.

◆ deviceName()

Entry & deviceName ( const char * deviceName)

Definition at line 352 of file ErrorReporting.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ errorType()

Entry & errorType ( Type type)

Definition at line 336 of file ErrorReporting.cpp.

◆ getIdentifier()

std::string getIdentifier ( ) const

Definition at line 382 of file ErrorReporting.cpp.

◆ identifier()

template<typename... T>
Entry & identifier ( const char * fmt,
T... args )
inline

Definition at line 131 of file ErrorReporting.h.

◆ message()

template<typename... T>
Entry & message ( const char * fmt,
T... args )
inline

Definition at line 110 of file ErrorReporting.h.

◆ metaInfo()

Entry & metaInfo ( const char * file,
int line,
const char * function )

Definition at line 343 of file ErrorReporting.cpp.

◆ slaveIdentifier()

Entry & slaveIdentifier ( SlaveIdentifier sid)

Definition at line 329 of file ErrorReporting.cpp.

◆ toString()

std::string toString ( ) const

Definition at line 359 of file ErrorReporting.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: