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.