Open FFBoard
Open source force feedback firmware
Loading...
Searching...
No Matches
TimerHandler Class Reference

#include <TimerHandler.h>

Inheritance diagram for TimerHandler:
EncoderLocal MidiMain TMC4671 TMC_1 TMC_2

Public Member Functions

 TimerHandler ()
 
virtual ~TimerHandler ()
 
virtual void timerElapsed (TIM_HandleTypeDef *htim)
 

Static Public Attributes

static std::vector< TimerHandler * > timerHandlers
 

Detailed Description

Definition at line 14 of file TimerHandler.h.

Constructor & Destructor Documentation

◆ TimerHandler()

TimerHandler::TimerHandler ( )

Definition at line 13 of file TimerHandler.cpp.

◆ ~TimerHandler()

TimerHandler::~TimerHandler ( )
virtual

Definition at line 17 of file TimerHandler.cpp.

Member Function Documentation

◆ timerElapsed()

void TimerHandler::timerElapsed ( TIM_HandleTypeDef * htim)
virtual

Reimplemented in EncoderLocal, MidiMain, and TMC4671.

Definition at line 21 of file TimerHandler.cpp.

Member Data Documentation

◆ timerHandlers

std::vector< TimerHandler * > TimerHandler::timerHandlers
static

Definition at line 16 of file TimerHandler.h.


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