Typedef cmb_timeformatter_func

Typedef Documentation

const char *() cmb_timeformatter_func (double t)

Prototype function to format simulation times into strings for output, taking a double as an argument and returning a const char *. It must also be reentrant and threadsafe to avoid overwriting by other threads potentially calling the same function at the same time.