Configuration
@Machine Reference
Machine Reference
Properties
| Name | Type | Description | 
|---|---|---|
| Class | *void | Class object | 
| Component | *void | Pointer to component object if part of component | 
| LoggingFlags | uint64_t | Flags for logging info | 
| Name | *char | Object name | 
| TimeSource | *void | Time source object | 
| cpus | temu_IfaceRefArray | Processors in the machine | 
| currentCPU | temu_IfaceRef/ <unknown> | Current CPU | 
| currentCPUIdx | int32_t | Current CPU Index | 
| devices | temu_IfaceRefArray | Devices to reset when machine is reset | 
| quanta | uint64_t | Quanta length in nanoseconds | 
| quantaEnd | uint64_t | End point of current quanta in nanoseconds | 
| quantaStart | uint64_t | Quanta start in nanoseconds | 
| syncMask | uint64_t | Synchronised CPU mask |