OSVR-Core
|
Header. More...
#include "CameraParameters.h"
#include "IMUMessage.h"
#include "ThreadsafeBodyReporting.h"
#include "TrackingSystem.h"
#include "ImageSources/ImageSource.h"
#include <osvr/Util/ClientReportTypesC.h>
#include <opencv2/core/core.hpp>
#include <boost/noncopyable.hpp>
#include <folly/ProducerConsumerQueue.h>
#include <folly/sorted_vector_types.h>
#include <osvr/TypePack/List.h>
#include <array>
#include <chrono>
#include <condition_variable>
#include <cstdint>
#include <future>
#include <iosfwd>
#include <mutex>
#include <queue>
#include <thread>
Go to the source code of this file.
Classes | |
struct | osvr::vbtracker::BodyIdOrdering |
class | osvr::vbtracker::TrackerThread |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
Typedefs | |
using | osvr::vbtracker::DebugArray = std::array< double, DEBUG_ANALOGS_REQUIRED > |
using | osvr::vbtracker::UpdatedBodyIndices = folly::sorted_vector_set< BodyId, BodyIdOrdering > |
Header.