OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr_log_to_csv.cpp File Reference

Implementation. More...

#include <osvr/Util/CSV.h>
#include <osvr/ClientKit/Context.h>
#include <osvr/ClientKit/Interface.h>
#include <osvr/Util/TimeValue.h>
#include <iostream>
#include <fstream>
#include <chrono>
#include <thread>

Go to the source code of this file.

Typedefs

using our_clock = std::chrono::system_clock
 

Functions

template<typename T >
bool shouldStop (T const &deadline)
 
osvr::util::CSV::RowProxy && operator<< (osvr::util::CSV::RowProxy &&row, osvr::util::time::TimeValue const &ts)
 
int main (int argc, char *argv[])
 

Variables

osvr::util::CSV g_csvOutput
 

Detailed Description

Implementation.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file osvr_log_to_csv.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Client context closed by now, just output the file.

Definition at line 83 of file osvr_log_to_csv.cpp.