Control Surface  1.2.0
MIDI Control Surface library for Arduino
Classes | Namespaces
Updatable.hpp File Reference
#include <AH/Settings/Warnings.hpp>
#include <AH/Containers/CRTP.hpp>
#include <AH/Containers/LinkedList.hpp>
#include <AH/Containers/Mutex.hpp>
#include <AH/Error/Error.hpp>
#include <AH/STL/type_traits>
#include <AH/STL/utility>
#include <AH/Settings/SettingsWrapper.hpp>
#include <stddef.h>
+ Include dependency graph for Updatable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UpdatableCRTP< Derived, ThreadSafe >
 A super class for object that have to be updated regularly. More...
 
struct  NormalUpdatable
 
class  Updatable< T, ThreadSafe >
 A super class for object that have to be updated regularly. More...
 

Namespaces

 AH
 PrintStream library
 

Class Documentation

◆ AH::NormalUpdatable

struct AH::NormalUpdatable

Definition at line 184 of file Updatable.hpp.

+ Collaboration diagram for NormalUpdatable: