See Output function for details on message format conventions.
Defines | |
| #define | gl_error (*callback->output_error) |
| Produces an error message on stderr, but only when --quiet is not provided on the command line. | |
| #define | gl_output (*callback->output_message) |
| Produces a message on stdout. | |
| #define | gl_testmsg (*callback->output_test) |
| Produces a test message in the test record file, but only when --testfile is provided on the command line. | |
| #define | gl_warning (*callback->output_warning) |
| Produces a warning message on stderr, but only when --warning is provided on the command line. | |
| #define gl_error (*callback->output_error) |
Produces an error message on stderr, but only when --quiet is not provided on the command line.
Definition at line 256 of file gridlabd.h.
Referenced by house_e::attach(), node::attachlink(), create_billdump(), create_capacitor(), create_fuse(), create_histogram(), create_line(), create_line_configuration(), create_line_spacing(), create_link(), create_load(), create_node(), create_overhead_line(), create_overhead_line_conductor(), create_powerflow_library(), create_powerflow_object(), create_pqload(), create_regulator(), create_regulator_configuration(), create_relay(), create_transformer(), create_transformer_configuration(), create_triplex_line(), create_triplex_line_conductor(), create_triplex_line_configuration(), create_triplex_node(), create_underground_line(), create_underground_line_conductor(), create_voltdump(), waterheater::init(), house::init(), comm::init(), csv_reader::open(), tmy2_reader::open(), open_shaper(), parse_bin_val(), sync_node(), house_e::sync_thermostat(), and house::sync_thermostat().
| #define gl_output (*callback->output_message) |
Produces a message on stdout.
Definition at line 246 of file gridlabd.h.
Referenced by import_cdf().
| #define gl_testmsg (*callback->output_test) |
Produces a test message in the test record file, but only when --testfile is provided on the command line.
Definition at line 270 of file gridlabd.h.
| #define gl_warning (*callback->output_warning) |
Produces a warning message on stderr, but only when --warning is provided on the command line.
Definition at line 251 of file gridlabd.h.
Referenced by waterheater::init(), house_e::init(), fuse::init(), windturb_dg::init(), solar::init(), rectifier::init(), microturbine::init(), inverter::init(), dc_dc_converter::init(), battery::init(), house_e::init_climate(), house::init_climate(), windturb_dg::init_climate(), solar::init_climate(), waterheater::presync(), comm::sync(), battery::sync(), house_e::sync_thermostat(), and house_e::update_system().