blob: 483b26098cfbeba374cd361a76a21a65d47f5488 [file] [log] [blame]
Zane Shelley465e0b32019-04-17 10:15:39 -05001
2#pragma once
3
Ben Tyner941aaeb2019-04-26 17:38:10 -05004#include "hei_user_interface.hpp"
Zane Shelley465e0b32019-04-17 10:15:39 -05005
Zane Shelley814b1e32019-06-17 20:55:04 -05006namespace libhei
Zane Shelley465e0b32019-04-17 10:15:39 -05007{
8
9class Isolator
10{
11 public:
12
13 Isolator();
14
15 ~Isolator();
16
17 void initialize();
18
19 void isolate();
20
21 private:
22
23}; // end class Isolator
24
Zane Shelley814b1e32019-06-17 20:55:04 -050025} // end namespace libhei