Module shadow_shim_helper_rs::simulation_time

source ·
Expand description

Values for working with a simulated duration. Use EmulatedTime to represent an instant in time.

In Rust, use EmulatedTime to represent an instant in time, or SimulationTime to represent a time interval. SimulationTime is meant to replace SimulationTime from the C APIs.

This module contains some identically-named constants defined as C macros in main/core/definitions.h.

Modules§

Structs§

Constants§

Type Aliases§

  • The same as the type alias in the ‘main/cshadow.rs’ bindings.