hydra.dsl.time module
DSL functions for hydra.time.
- hydra.dsl.time.timespec(seconds: TypedTerm[int], nanoseconds: TypedTerm[int]) TypedTerm[Timespec]
DSL constructor for hydra.time.Timespec.
- hydra.dsl.time.timespec_nanoseconds(x: TypedTerm[Timespec]) TypedTerm[int]
DSL accessor for the nanoseconds field of hydra.time.Timespec.
- hydra.dsl.time.timespec_seconds(x: TypedTerm[Timespec]) TypedTerm[int]
DSL accessor for the seconds field of hydra.time.Timespec.