Utility class to export StdAir objects in a JSON format. More...
#include <sevmgr/bom/BomJSONExport.hpp>
Static Public Member Functions | |
static void | jsonExportEventQueue (stdair::STDAIR_ServicePtr_T &, std::ostream &, const EventQueue &, const stdair::EventType::EN_EventType &) |
Utility class to export StdAir objects in a JSON format.
Definition at line 34 of file BomJSONExport.hpp.
|
static |
Export (dump in the underlying output log stream and in JSON format) the event struct objects contained in the event queue.
::STDAIR_ServicePtr_T& Pointer on the StdAir service handler.
std::ostream& | Output stream in which the events should be logged/dumped. |
const | EventQueue& Events queue to be stored in JSON-ified format. |
const | stdair::EventType::EN_EventType& Filter to select objects with a certain event type. |
Definition at line 32 of file BomJSONExport.cpp.
References SEVMGR::EventQueue::getEventList().