32 #ifndef TARGET_LOADER_H_INCLUDED 33 #define TARGET_LOADER_H_INCLUDED 46 #include <boost/property_tree/ptree.hpp> 60 boost::property_tree::ptree*
getJSON(
void);
71 bool readFile(
const char* fileLocation);
78 bool readJSON(std::string data, boost::property_tree::ptree* result);
83 void recursivePrint(boost::property_tree::ptree
const& pt);
85 boost::property_tree::ptree jsonParameters;
89 #endif // TARGET_ANALYZER_H_INCLUDED void print()
Prints a loaded JSON file to the BOOST info log.
Definition: target_loader.cpp:128
TargetLoader(const char *file)
Creates a TargetLoader object. Automatically opens up a given file and parses it. ...
Definition: target_loader.cpp:83
boost::property_tree::ptree * getJSON(void)
Creates a TargetLoader object. Automatically opens up a given file and parses it. ...
Definition: target_loader.cpp:124
Module for loading JSON files for quick and dynamic tuning of filtering parameters for detection of u...
Definition: target_loader.h:48