|
ACT-CV - Machine Vision for Cognitive Modeling
|
take a time using the ANSI C time() function More...
#include <StoppUhr.h>

Public Member Functions | |
| RundenZeitenClock () | |
| void | Start () |
| void | Messung () |
| double | GetSeconds () const |
| double | GetMSec () const |
Protected Attributes | |
| clock_t | zeit [2] |
| int | idx |
| int | n |
take a time using the ANSI C time() function
Definition at line 109 of file StoppUhr.h.
| RundenZeitenClock::RundenZeitenClock | ( | ) |
Definition at line 115 of file StoppUhr.h.
References Start().
| double RundenZeitenClock::GetMSec | ( | ) | const |
| double RundenZeitenClock::GetSeconds | ( | ) | const |
Definition at line 129 of file StoppUhr.h.
Referenced by FpsFrameObs::FrameNotify(), and GetMSec().
| void RundenZeitenClock::Messung | ( | ) |
Definition at line 122 of file StoppUhr.h.
Referenced by FpsFrameObs::FrameNotify().
| void RundenZeitenClock::Start | ( | ) |
Definition at line 118 of file StoppUhr.h.
Referenced by RundenZeitenClock().
|
protected |
Definition at line 112 of file StoppUhr.h.
Referenced by GetSeconds(), Messung(), and Start().
|
protected |
Definition at line 113 of file StoppUhr.h.
Referenced by GetSeconds(), Messung(), and Start().
|
protected |
Definition at line 111 of file StoppUhr.h.
Referenced by GetSeconds(), and Messung().