KHSEL_LilyRunExec
Function Usage
Performs input data matching at runtime based on the output mask.
Function Syntax
void KHSEL_LilyRunExec(RoseEngine rose, hs_scratch_t *scratch)
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
rose |
RoseEngine object, which stores the output at compile time and is used as the input at runtime. |
Structure object, which can be null. |
Input |
scratch |
Temporary memory space required for input data. |
Structure object, which can be null. |
Input |
Return Value
None
Parent topic: Function Syntax