Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
ConnectionEvent Class Reference
Detailed DescriptionThis class encapsulates the concept of a connection event. It keeps track of the start time, the delay, the success, the duration, and the type of the connection event. Definition at line 46 of file connection_event.h. Constructor & Destructor Documentation
Constructor for the ConnectionEvent class. Takes a type, start time, and delay duration.
Definition at line 37 of file connection_event.cpp. Member Function Documentation
Return the delay for this connection event.
Definition at line 67 of file connection_event.cpp.
Return the duration of this connection event.
Definition at line 73 of file connection_event.cpp.
Return the start time for this connection event.
Definition at line 61 of file connection_event.cpp.
Return the success of this connection event.
Definition at line 55 of file connection_event.cpp.
Return the type of this connection event.
Definition at line 49 of file connection_event.cpp. Member Data Documentation
The delay for the connection event. Definition at line 56 of file connection_event.h.
The duration of this connection event. Definition at line 58 of file connection_event.h.
The start time for the connection event. Definition at line 54 of file connection_event.h.
The success of the connection event. Definition at line 52 of file connection_event.h.
The type of connection event. Definition at line 50 of file connection_event.h. The documentation for this class was generated from the following files:
|