![]() |
Documentation of UrbanFireXDT
Documentation of UrbanFireXDT
|
#include <output.h>

Public Member Functions | |
| CUOutputSingleFile (unsigned long scenario_id) | |
| ~CUOutputSingleFile () | |
| void | output_for_one_cu (size_t cuID, size_t ts, double load_vsm, double load_rsm, double load_selfprod, double load_pv, double bs_SOC, double load_bs, double load_hp, double load_cs, size_t n_cars_pc, size_t n_cars_pnc) |
| void | flush_buffer () |
Public Member Functions inherited from CUOutput | |
| virtual | ~CUOutput () |
| void | close_buffer () |
Static Public Attributes | |
| static const size_t | bufferSize = 128*1024 |
Additional Inherited Members | |
Protected Attributes inherited from CUOutput | |
| bool | buffer_open |
| True, if buffer(s) is/are opened. | |
| std::ofstream * | output_stream |
| output stream | |
This class represents the output for the control units, that is directed into one output file.
This class is thread-safe.
| CUOutputSingleFile::CUOutputSingleFile | ( | unsigned long | scenario_id | ) |
| CUOutputSingleFile::~CUOutputSingleFile | ( | ) |
|
virtual |
Implements CUOutput.
|
virtual |
Implements CUOutput.
|
static |