|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Runtime backend handle shared across implementations. More...
#include <backend.h>
Public Attributes | |
| SimBackendType | type |
| SimResult | last_error |
| uint64_t | features |
| void * | impl |
Runtime backend handle shared across implementations.
impl is private to the selected backend type. Callers should initialize the handle with backend_init() before launch and release it with backend_destroy().
| uint64_t SimBackend::features |
Capability bitmask advertised by the backend.
| void* SimBackend::impl |
Backend-specific opaque state.
| SimResult SimBackend::last_error |
Result code from the most recent operation.
| SimBackendType SimBackend::type |
Selected backend implementation.