trace_float
Write a XFL float to the Xahaud trace log
Behaviour
Write a XFL floating point to the trace log along with a message (if any)
Definition
C
Example
C
Parameters
Name
Type
Description
rmead_ptr
uint32_t
Pointer to a message to output before the hex-encoded serialized object found in the slot. May be null.
mread_len
uint32_t
Length of the message. May be null.
float1
int64_t
The enclosing XFL integer.
Return Code
Type
Description
int64_t
0
if successful
If negative, an error:
OUT_OF_BOUNDS
- pointers/lengths specified outside of hook memory.
Last updated