Utility class to export StdAir objects in a JSON format. More...
#include <tvlsim/bom/BomJSONExport.hpp>
Static Public Member Functions | |
static void | jsonExportSimulationStatus (std::ostream &, const SimulationStatus &) |
Utility class to export StdAir objects in a JSON format.
Definition at line 31 of file BomJSONExport.hpp.
|
static |
Export (dump in the underlying output log stream and in JSON format) the simulation status
const | SimulationStatus& Simulation status to be stored in JSON-ified format. |
Definition at line 29 of file BomJSONExport.cpp.
References TVLSIM::SimulationMode::describe(), TVLSIM::SimulationStatus::getCurrentDate(), TVLSIM::SimulationStatus::getCurrentElapsedTime(), TVLSIM::SimulationStatus::getCurrentEstimatedRemainingTime(), TVLSIM::SimulationStatus::getCurrentNumberOfBookings(), TVLSIM::SimulationStatus::getCurrentProgressStatus(), TVLSIM::SimulationStatus::getEndDate(), TVLSIM::SimulationStatus::getProgressStatusMap(), TVLSIM::SimulationStatus::getSimulationMode(), and TVLSIM::SimulationStatus::getStartDate().
Referenced by TVLSIM::TVLSIM_Service::jsonHandler().