libqi-api
2.8.7.4
|
#include <manageable.hpp>
Public Types | |
enum | EventKind { Event_Call = 1, Event_Result = 2, Event_Error = 3, Event_Signal = 4 } |
Public Member Functions | |
EventTrace () | |
EventTrace (unsigned int id, EventKind kind, unsigned int slotId, const AnyValue &arguments, const qi::os::timeval timestamp, qi::int64_t userUsTime=0, qi::int64_t systemUsTime=0, unsigned int callerContext=0, unsigned int calleeContext=0, qi::os::timeval postTimestamp=qi::os::timeval()) | |
const unsigned int & | id () const |
const EventKind & | kind () const |
const unsigned int & | slotId () const |
const AnyValue & | arguments () const |
const qi::os::timeval & | timestamp () const |
const qi::os::timeval & | postTimestamp () const |
const qi::int64_t & | userUsTime () const |
const qi::int64_t & | systemUsTime () const |
const unsigned int & | callerContext () const |
const unsigned int & | calleeContext () const |
Definition at line 44 of file manageable.hpp.
Enumerator | |
---|---|
Event_Call | |
Event_Result | |
Event_Error | |
Event_Signal |
Definition at line 47 of file manageable.hpp.
|
inline |
Definition at line 54 of file manageable.hpp.
|
inline |
Definition at line 55 of file manageable.hpp.
|
inline |
Definition at line 71 of file manageable.hpp.
|
inline |
Definition at line 77 of file manageable.hpp.
|
inline |
Definition at line 76 of file manageable.hpp.
|
inline |
Definition at line 66 of file manageable.hpp.
|
inline |
Definition at line 67 of file manageable.hpp.
|
inline |
Definition at line 73 of file manageable.hpp.
|
inline |
Definition at line 69 of file manageable.hpp.
|
inline |
Definition at line 75 of file manageable.hpp.
|
inline |
Definition at line 72 of file manageable.hpp.
|
inline |
Definition at line 74 of file manageable.hpp.