Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
Duration Class Reference
Detailed DescriptionThis class implements the concept of keeping track of a mean and max duration of an event. It keeps track of the total time of the event, as well as the number of events that have occurred. Definition at line 45 of file duration.h. Constructor & Destructor Documentation
The default constructor for the Duration class. Definition at line 37 of file duration.cpp. Member Function Documentation
An event has occurred with a specific duration.
Definition at line 52 of file duration.cpp.
Return the maximum duration.
Definition at line 78 of file duration.cpp.
Reset the Duration. Definition at line 43 of file duration.cpp. Member Data Documentation
The maximum duration of the events. Definition at line 49 of file duration.h.
The number of events that have occurred. Definition at line 53 of file duration.h.
The total duration of the events. Definition at line 51 of file duration.h. The documentation for this class was generated from the following files:
|