Support debug build

This commit is contained in:
John Zhao
2018-11-01 20:42:44 +08:00
parent d443029599
commit f923414660
4 changed files with 26 additions and 6 deletions

View File

@@ -15,7 +15,6 @@
#define MYNTEYE_DEVICE_DEVICE_H_
#pragma once
#include <limits>
#include <map>
#include <memory>
#include <mutex>
@@ -245,8 +244,11 @@ class MYNTEYE_API Device {
/**
* Enable cache motion datas.
*/
void EnableMotionDatas(
std::size_t max_size = std::numeric_limits<std::size_t>::max());
void EnableMotionDatas();
/**
* Enable cache motion datas.
*/
void EnableMotionDatas(std::size_t max_size);
/**
* Get the motion datas.
*/