ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Protected Attributes | List of all members
StoppUhrClock Class Reference

take a time using the ANSI C clock() function More...

#include <StoppUhr.h>

Collaboration diagram for StoppUhrClock:
Collaboration graph

Public Member Functions

void Start ()
 
void Ende ()
 
double GetSeconds () const
 
double GetMSec () const
 

Protected Attributes

clock_t start
 
clock_t ende
 

Detailed Description

take a time using the ANSI C clock() function

Definition at line 34 of file StoppUhr.h.

Member Function Documentation

void StoppUhrClock::Ende ( )

Definition at line 41 of file StoppUhr.h.

References ende.

double StoppUhrClock::GetMSec ( ) const

Definition at line 49 of file StoppUhr.h.

References GetSeconds().

double StoppUhrClock::GetSeconds ( ) const

Definition at line 44 of file StoppUhr.h.

References ende, and start.

Referenced by GetMSec().

void StoppUhrClock::Start ( )

Definition at line 38 of file StoppUhr.h.

References start.

Member Data Documentation

clock_t StoppUhrClock::ende
protected

Definition at line 36 of file StoppUhr.h.

Referenced by Ende(), and GetSeconds().

clock_t StoppUhrClock::start
protected

Definition at line 36 of file StoppUhr.h.

Referenced by GetSeconds(), and Start().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)