SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSRecorderDataHandler.h File Reference
#include <string>
#include <thread>
#include <atomic>
#include <deque>
#include <utility>
#include <mutex>
#include <fstream>
#include <stdio.h>
#include <condition_variable>
#include <opencv2/opencv.hpp>
#include <Utils.h>
#include <SENSGps.h>
#include <SENSOrientation.h>
#include <SENSCamera.h>
Include dependency graph for SENSRecorderDataHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SENSRecorderDataHandler< T >
 
class  SENSGpsRecorderDataHandler
 
class  SENSOrientationRecorderDataHandler
 
class  SENSCameraRecorderDataHandler
 

Typedefs

using GpsInfo = std::pair< SENSGps::Location, SENSTimePt >
 
using OrientationInfo = std::pair< SENSOrientation::Quat, SENSTimePt >
 
using FrameInfo = std::pair< cv::Mat, SENSTimePt >
 

Typedef Documentation

◆ FrameInfo

using FrameInfo = std::pair<cv::Mat, SENSTimePt>

Definition at line 24 of file SENSRecorderDataHandler.h.

◆ GpsInfo

using GpsInfo = std::pair<SENSGps::Location, SENSTimePt>

Definition at line 22 of file SENSRecorderDataHandler.h.

◆ OrientationInfo

Definition at line 23 of file SENSRecorderDataHandler.h.