ACT-CV - Machine Vision for Cognitive Modeling
|
take a time using the ANSI C time() function More...
#include <StoppUhr.h>
Public Member Functions | |
void | Start () |
void | Ende () |
double | GetSeconds () const |
double | GetMSec () const |
Protected Attributes | |
time_t | start |
time_t | ende |
take a time using the ANSI C time() function
Definition at line 56 of file StoppUhr.h.
void StoppUhrTime::Ende | ( | ) |
Definition at line 63 of file StoppUhr.h.
References ende.
double StoppUhrTime::GetMSec | ( | ) | const |
Definition at line 70 of file StoppUhr.h.
References GetSeconds().
double StoppUhrTime::GetSeconds | ( | ) | const |
void StoppUhrTime::Start | ( | ) |
Definition at line 60 of file StoppUhr.h.
References start.
|
protected |
Definition at line 58 of file StoppUhr.h.
Referenced by Ende(), and GetSeconds().
|
protected |
Definition at line 58 of file StoppUhr.h.
Referenced by GetSeconds(), and Start().