#include <chrono>
#include <Utils.h>
Go to the source code of this file.
- Authors
- Michael Goettlicher, Marcus Hudritsch
- Date
- Winter 2021
- Copyright
- http://opensource.org/licenses/GPL-3.0
Definition in file SENS.h.
◆ SENS_DEBUG
| #define SENS_DEBUG |
( |
|
... | ) |
Utils::log("SENS DEBUG", __VA_ARGS__); |
◆ SENS_INFO
◆ SENS_WARN
| #define SENS_WARN |
( |
|
... | ) |
Utils::log("SENS WARN", __VA_ARGS__); |
◆ SENSClock
| using SENSClock = std::chrono::high_resolution_clock |
◆ SENSMicroseconds
◆ SENSTimePt
| using SENSTimePt = std::chrono::high_resolution_clock::time_point |
◆ SENSType
| Enumerator |
|---|
| CAM | |
| VIDEO | |
| GPS | |
| ORIENTATION | |
Definition at line 48 of file SENS.h.