|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Continuity guard metadata attached to warp specifications. More...
#include <kernel_ir.h>
Public Attributes | |
| int | mode |
| double | clamp_min |
| double | clamp_max |
| double | tolerance |
Continuity guard metadata attached to warp specifications.
| double SimIRWarpGuard::clamp_max |
Upper clamp bound when guards are enabled.
| double SimIRWarpGuard::clamp_min |
Lower clamp bound when guards are enabled.
| int SimIRWarpGuard::mode |
Continuity mode (mirrors SimContinuityMode).
| double SimIRWarpGuard::tolerance |
Offset tolerance used for guard fallbacks.