ESP_IOT v2.5
IOT ESP Coding
TimerDelayClass Class Reference

An concrete class. More...

#include <TimerDelayClass.h>

Collaboration diagram for TimerDelayClass:
Collaboration graph

Public Member Functions

 TimerDelayClass (float defaultDelayAmountSeconds)
 constructor More...
 
 ~TimerDelayClass ()
 destructor More...
 
void startDelay (float delayAmountSeconds)
 starts delay calculation More...
 
void stopDelay ()
 stops delay More...
 
boolean delayFinished ()
 whether the currently delay is finished, false if not running at all More...
 

Detailed Description

An concrete class.

Definition at line 13 of file TimerDelayClass.h.

Constructor & Destructor Documentation

◆ TimerDelayClass()

TimerDelayClass::TimerDelayClass ( float  defaultDelayAmountSeconds)

constructor

delay seconds constructor

Definition at line 12 of file TimerDelayClass.cpp.

◆ ~TimerDelayClass()

TimerDelayClass::~TimerDelayClass ( )

destructor

Member Function Documentation

◆ delayFinished()

boolean TimerDelayClass::delayFinished ( )

whether the currently delay is finished, false if not running at all

Definition at line 28 of file TimerDelayClass.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ startDelay()

void TimerDelayClass::startDelay ( float  delayAmountSeconds)

starts delay calculation

Data members of class Generic config info .. specific the the sensor type

Definition at line 40 of file TimerDelayClass.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopDelay()

void TimerDelayClass::stopDelay ( )

stops delay

Definition at line 19 of file TimerDelayClass.cpp.

Here is the caller graph for this function:

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