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 {
8
class
LIBRARIES_API
Pollable
9
{
10
public
:
11
bool
autoUpdateWhenPropertyRead =
true
;
12
virtual
void
update() = 0;
13
};
14
}
15
}
LIBRARIES_API
#define LIBRARIES_API
Definition:
Treehopper.Libraries.h:17
Treehopper
Definition:
AdcPin.h:3
Treehopper::Libraries::Pollable
Definition:
Pollable.h:8
Treehopper.Libraries.h
C++
API
inc
Libraries
Pollable.h