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

Implementation. More...

#include <osvr/ClientKit/Context.h>
#include <osvr/Common/ClientContext.h>
#include <osvr/Common/PathTreeFull.h>
#include <osvr/Common/PathTreeSerialization.h>
#include <boost/program_options.hpp>
#include <json/value.h>
#include <iostream>
#include <thread>
#include <chrono>

Go to the source code of this file.

Functions

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

Detailed Description

Implementation.

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

Definition in file osvr_dump_tree_json.cpp.

Function Documentation

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

We only actually need the client open for long enough to get the path tree and serialize it.

Serialize

Definition at line 40 of file osvr_dump_tree_json.cpp.