Configuration

@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

Commands

Name Description

delete

Dispose instance of @Machine

new

Create new instance of Machine

Command new Arguments

Name Type Required Description

name

string

yes

Name of object to create

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

Interfaces

Name Type Description

EventIface

EventIface

MachineIface

MachineIface

ObjectIface

ObjectIface

ResetIface

ResetIface

Commands

Name Description

delete

Dispose instance of Machine