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 |
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.