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

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

#include <StoppUhr.h>

Collaboration diagram for StoppUhrTime:
Collaboration graph

Public Member Functions

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

Protected Attributes

time_t start
 
time_t ende
 

Detailed Description

take a time using the ANSI C time() function

Definition at line 56 of file StoppUhr.h.

Member Function Documentation

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

Definition at line 66 of file StoppUhr.h.

References ende, and start.

Referenced by GetMSec().

void StoppUhrTime::Start ( )

Definition at line 60 of file StoppUhr.h.

References start.

Member Data Documentation

time_t StoppUhrTime::ende
protected

Definition at line 58 of file StoppUhr.h.

Referenced by Ende(), and GetSeconds().

time_t StoppUhrTime::start
protected

Definition at line 58 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)