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

Public Member Functions | |
| CUOutputOneFilePerSubstation (const string *substName, filesystem::path &dirpath) | |
| 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 () |
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 all control units, that are connected to one substation.
This class is thread-safe.
| CUOutputOneFilePerSubstation::CUOutputOneFilePerSubstation | ( | const string * | substName, |
| filesystem::path & | dirpath | ||
| ) |
|
virtual |
Implements CUOutput.
|
virtual |
Implements CUOutput.