Revision 9cb381ec server/include/EmotionConfig.h
| server/include/EmotionConfig.h | ||
|---|---|---|
| 28 | 28 |
|
| 29 | 29 |
#pragma once |
| 30 | 30 |
#include <humotion/client/client.h> |
| 31 |
#include "boost/date_time/posix_time/posix_time.hpp" |
|
| 32 |
#include <boost/thread/thread_time.hpp> |
|
| 33 |
#include <boost/thread/thread.hpp> |
|
| 34 |
|
|
| 31 |
#include <chrono> |
|
| 35 | 32 |
|
| 36 | 33 |
class EmotionConfig{
|
| 37 | 34 |
public: |
| ... | ... | |
| 76 | 73 |
//overblend time |
| 77 | 74 |
unsigned int overblend_time_ms; |
| 78 | 75 |
private: |
| 79 |
boost::system_time end_time;
|
|
| 76 |
std::chrono::time_point<std::chrono::steady_clock> end_time;
|
|
| 80 | 77 |
}; |
| 81 |
|
|
Also available in: Unified diff