Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_Profile.cpp File Reference
#include "OVR_Profile.h"
#include "OVR_Device.h"
#include "OVR_JSON.h"
#include "Kernel/OVR_Types.h"
#include "Kernel/OVR_SysFile.h"
#include "Kernel/OVR_Allocator.h"
#include "Kernel/OVR_Array.h"
#include <dirent.h>
#include <sys/stat.h>
Include dependency graph for OVR_Profile.cpp:

Go to the source code of this file.

Namespaces

 OVR
 

Macros

#define PROFILE_VERSION   2.0
 
#define MAX_PROFILE_MAJOR_VERSION   2
 
#define MAX_DEVICE_PROFILE_MAJOR_VERSION   1
 

Functions

String OVR::GetBaseOVRPath (bool create_dir)
 
static JSON * OVR::FindTaggedData (JSON *data, const char **tag_names, const char **qtags, int num_qtags)
 
static void OVR::FilterTaggedData (JSON *data, const char *tag_name, const char *qtag, Array< JSON * > &items)
 
static int OVR::BCDByte (unsigned int byte)
 

Macro Definition Documentation

#define MAX_DEVICE_PROFILE_MAJOR_VERSION   1

Definition at line 58 of file OVR_Profile.cpp.

#define MAX_PROFILE_MAJOR_VERSION   2

Definition at line 57 of file OVR_Profile.cpp.

#define PROFILE_VERSION   2.0

Definition at line 56 of file OVR_Profile.cpp.