RBE1001Lib
Functions | Variables
Rangefinder.cpp File Reference
#include "Rangefinder.h"
#include "Timer.h"
Include dependency graph for Rangefinder.cpp:

Go to the source code of this file.

Functions

void onTimer (void *param)
 
void IRAM_ATTR sensorISR0 ()
 
void IRAM_ATTR sensorISR1 ()
 
void IRAM_ATTR sensorISR2 ()
 
void IRAM_ATTR sensorISR3 ()
 

Variables

static TaskHandle_t complexHandlerTaskUS
 
static long threadTimeout
 

Function Documentation

◆ onTimer()

void onTimer ( void *  param)

Definition at line 25 of file Rangefinder.cpp.

References Rangefinder::checkTimeout(), Rangefinder::fire(), Rangefinder::forceFire, and threadTimeout.

Referenced by Rangefinder::attach().

Here is the call graph for this function:

◆ sensorISR0()

void IRAM_ATTR sensorISR0 ( )

Definition at line 54 of file Rangefinder.cpp.

References Rangefinder::sensorISR().

Referenced by Rangefinder::attach().

Here is the call graph for this function:

◆ sensorISR1()

void IRAM_ATTR sensorISR1 ( )

Definition at line 57 of file Rangefinder.cpp.

References Rangefinder::sensorISR().

Referenced by Rangefinder::attach().

Here is the call graph for this function:

◆ sensorISR2()

void IRAM_ATTR sensorISR2 ( )

Definition at line 60 of file Rangefinder.cpp.

References Rangefinder::sensorISR().

Referenced by Rangefinder::attach().

Here is the call graph for this function:

◆ sensorISR3()

void IRAM_ATTR sensorISR3 ( )

Definition at line 63 of file Rangefinder.cpp.

References Rangefinder::sensorISR().

Referenced by Rangefinder::attach().

Here is the call graph for this function:

Variable Documentation

◆ complexHandlerTaskUS

TaskHandle_t complexHandlerTaskUS
static

Definition at line 4 of file Rangefinder.cpp.

Referenced by Rangefinder::attach().

◆ threadTimeout

long threadTimeout
static

Definition at line 12 of file Rangefinder.cpp.

Referenced by Rangefinder::fire(), Rangefinder::getTimeoutState(), and onTimer().