|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
C++ header file with inline implementations for the µTest++ timing utilities. More...
Go to the source code of this file.
Namespaces | |
| namespace | micro_os_plus |
| The primary namespace for the µOS++ framework. | |
| namespace | micro_os_plus::micro_test_plus |
| Primary namespace for the µTest++ testing framework. | |
| namespace | micro_os_plus::micro_test_plus::detail |
| Internal implementation details for the µTest++ framework. | |
This header provides the inline method bodies for the timestamp and timestamps classes, separated from the class declarations in timings.h to enforce the project convention that declarations reside in headers and implementations reside in inline files.
All definitions reside within the micro_os_plus::micro_test_plus namespace, ensuring clear separation from user code and minimising the risk of naming conflicts.
Definition in file timings-inlines.h.