Revision 90fa4b4e server/include/Animation.h
server/include/Animation.h | ||
---|---|---|
28 | 28 |
|
29 | 29 |
#pragma once |
30 | 30 |
#include <humotion/gaze_state.h> |
31 |
#include "boost/date_time/posix_time/posix_time.hpp" |
|
32 |
#include <boost/thread/thread_time.hpp> |
|
33 |
#include <boost/thread/thread.hpp> |
|
31 |
#include <chrono> |
|
34 | 32 |
|
35 | 33 |
class Animation { |
36 | 34 |
public: |
... | ... | |
102 | 100 |
|
103 | 101 |
bool active; |
104 | 102 |
unsigned int repetition_now; |
105 |
boost::system_time end_time;
|
|
106 |
boost::system_time start_time;
|
|
103 |
std::chrono::time_point<std::chrono::steady_clock> end_time;
|
|
104 |
std::chrono::time_point<std::chrono::steady_clock> start_time;
|
|
107 | 105 |
}; |
Also available in: Unified diff