NTRT Simulator
Version: Master
|
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) |
An applicaiton to test some aspects of JSON configuration.
Definition in file AppJSONTests.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
The entry point.
[in] | argc | the number of command-line arguments |
[in] | argv | argv[0] is the executable name; argv[1], if supplied, is the suffix for the controller |
Definition at line 46 of file AppJSONTests.cpp.