Murl::Core Namespace Reference
Namespace containing core related interfaces. More...
Namespaces | |
| Version | |
| The core version namspace. | |
Classes | |
| interface | IClock |
| The clock interface. More... | |
| class | StatisticsItem |
| The StatisticsItem object stores a specific time value in two variants: as recent exact value as well as averaged value. More... | |
| interface | IStatistics |
| The statistics interface. More... | |
| interface | ITasks |
| The tasks interface. More... | |
Typedefs | |
| using | Real = CoreReal |
| Generic floating point data type for the Murl::Core namespace. | |
| using | Vector = Math::Vector< Real > |
| Math::Vector data type for the Murl::Core namespace. | |
| using | StaticVector = Math::StaticVector< Real > |
| Math::StaticVector data type for the Murl::Core namespace. | |
| using | Matrix = Math::Matrix< Real > |
| Math::Matrix data type for the Murl::Core namespace. | |
| using | Limits = Math::Limits< Real > |
| Math::Limits data type for the Murl::Core namespace. | |
Variables | |
| constexpr UInt32 | NUM_QUEUED_TASKS |
| maximum number of queued up tasks | |
Detailed Description
Namespace containing core related interfaces.