#include <rendering.h>
|
using | clock = std::chrono::steady_clock |
|
Definition at line 810 of file rendering.h.
rs2::temporal_event::temporal_event |
( |
clock::duration |
window | ) |
|
|
inline |
rs2::temporal_event::temporal_event |
( |
| ) |
|
|
inline |
void rs2::temporal_event::add_value |
( |
bool |
val | ) |
|
|
inline |
bool rs2::temporal_event::eval |
( |
| ) |
|
|
inline |
float rs2::temporal_event::get_stat |
( |
| ) |
|
|
inline |
void rs2::temporal_event::reset |
( |
void |
| ) |
|
|
inline |
std::mutex rs2::temporal_event::_m |
|
private |
std::vector<std::pair<clock::time_point, bool> > rs2::temporal_event::_measurements |
|
private |
clock::duration rs2::temporal_event::_window |
|
private |
The documentation for this class was generated from the following file: