Typedef cmb_timeformatter_func
Defined in File cmb_logger.h
Typedef Documentation
- const char *() cmb_timeformatter_func (double t)
Prototype function to format simulation times into strings for output, taking a
doubleas an argument and returning aconst char *. It must also be reentrant and threadsafe to avoid overwriting by other threads potentially calling the same function at the same time.