Treehopper C++ API
Pollable.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Treehopper.Libraries.h"
4 
5 namespace Treehopper
6 {
7  namespace Libraries {
9  {
10  public:
11  bool autoUpdateWhenPropertyRead = true;
12  virtual void update() = 0;
13  };
14  }
15 }
#define LIBRARIES_API
Definition: Treehopper.Libraries.h:17
Definition: AdcPin.h:3
Definition: Pollable.h:8