NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
AppJSONTests.cpp File Reference

An applicaiton to test some aspects of JSON configuration. More...

#include "helpers/FileHelpers.h"
#include <json/json.h>
#include <json/value.h>
#include <iostream>
#include <exception>
#include <vector>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

An applicaiton to test some aspects of JSON configuration.

Author
Brian Mirletz

Definition in file AppJSONTests.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

The entry point.

Parameters
[in]argcthe number of command-line arguments
[in]argvargv[0] is the executable name; argv[1], if supplied, is the suffix for the controller
Returns
0
Todo:
should this throw an exception instead??

Definition at line 46 of file AppJSONTests.cpp.