23 #include "math_util.h"
24 #include "nec_debug.h"
35 void set_gain_only(
bool in_gain_only)
37 do_gain = in_gain_only;
38 do_nec_output = !in_gain_only;
61 void set_file(FILE* in_fp);
63 void endl(
int n_lines = 1);
67 void set_indent(
int n = 0);
69 void line(
const char* in_str);
70 void string(
const char* in_str,
bool require_endl =
false);
71 void real(nec_float in_nec_float);
72 void real_out(
int w,
int p, nec_float f,
bool sci =
true);
73 void integer(
long in_integer);
75 void set_error_mode(
bool f);
77 void nec_printf(
const char* fmt, ...);
86 void do_output(
const char* str);
89 bool m_require_indent;
114 of.set_error_mode(
true);
119 m_of.set_error_mode(
false);
Definition: nec_output.h:56
Definition: nec_output.h:26
Definition: nec_output.h:108