Crate maybenot_ffi

Crate maybenot_ffi 

Source

Structs§

MaybenotDuration
MaybenotEvent
MaybenotFramework
A running Maybenot instance.

Enums§

MaybenotAction
The action to be taken by the framework user.
MaybenotEventType
MaybenotResult
An FFI friendly result error code type.
MaybenotTimer
The different types of timers used by a Machine.

Functions§

maybenot_num_machines
Get the number of machines running in the MaybenotFramework instance.
maybenot_on_events
Feed events to the MaybenotFramework instance.
maybenot_start
Start a new MaybenotFramework instance.
maybenot_stop
Stop a running MaybenotFramework instance. This will free the maybenot pointer.
maybenot_version
Get the version of maybenot-ffi as a null terminated UTF-8-string.