MaxstARSDK
SensorDevice.h
Go to the documentation of this file.
1 /*==============================================================================
2 Copyright 2017 Maxst, Inc. All Rights Reserved.
3 ==============================================================================*/
4 
5 
6 #pragma once
7 
8 #include "Types.h"
9 
10 namespace maxstAR
11 {
16  {
17  public:
18  static SensorDevice * getInstance();
19 
21  virtual ~SensorDevice() {}
22 
26  virtual void start() = 0;
27 
31  virtual void stop() = 0;
32 
37  virtual void setNewSensorData(float *data) = 0;
38  };
39 }
Control device sensor.
Definition: SensorDevice.h:15
Definition: BackgroundRenderer.h:11
SensorDevice()
Definition: SensorDevice.h:20
virtual ~SensorDevice()
Definition: SensorDevice.h:21
#define MAXSTAR_API
Definition: Types.h:11