Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
engagement_recognition/src/recognition/lib/engagement_macros.h File Reference#include <string>
Include dependency graph for engagement_macros.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
Macro for grabbing the current time in milliseconds. Definition at line 44 of file engagement_macros.h.
Macro for determining if a duration has passed. Definition at line 46 of file engagement_macros.h.
Store a macro for the undefined time value. Definition at line 41 of file engagement_macros.h. Function Documentation
Return the current time in milliseconds.
Definition at line 40 of file engagement_macros.cpp.
Determine if a duration has passed. This function determines if the specified duration has passed and if it has it returns 1, otherwise it returns 0.
Definition at line 50 of file engagement_macros.cpp. |