Crate clockbound

Source
Expand description

ClockBound Foreign Function Interface

This crate implements the FFI for ClockBound and builds into the libclockbound library.

Structs§

clockbound_ctx
The clockbound context given to the caller.
clockbound_err
Error struct exposed over the FFI.
clockbound_now_result
Result of the clockbound_now() function exposed over the FFI.

Enums§

clockbound_clock_status
Clock status exposed over the FFI. .
clockbound_err_kind
Error kind exposed over the FFI.

Functions§

clockbound_close
Close the clockbound context.
clockbound_now
Call to the now() operation of the ClockBound API.
clockbound_open
Open and create a reader to the Clockbound shared memory segment.
clockbound_vmclock_open
Open and create a reader to the Clockbound shared memory segment and the VMClock shared memory segment.