NRP Core  1.4.1
simulation_parameters.h File Reference
#include "nrp_general_library/utils/nrp_exceptions.h"
#include "nrp_general_library/utils/nrp_logger.h"
#include <filesystem>
#include <iostream>
#include <fstream>
#include <string>
#include <cxxopts.hpp>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Classes

struct  SimulationParams
 NRP Simulation Startup Parameters. More...
 

Typedefs

using jsonSharedPtr = std::shared_ptr< nlohmann::json >
 

Typedef Documentation

◆ jsonSharedPtr

using jsonSharedPtr = std::shared_ptr<nlohmann::json>