CYAML Internals
|
Data Fields | |
char * | name |
uint32_t | start |
uint32_t | end |
bool | recording |
Anchor data.
This is used to track the progress of recording the anchor's events, and then the data is referenced during replay.
uint32_t cyaml_anchor::end |
Index into cyaml_event_ctx_t events array.
char* cyaml_anchor::name |
Anchor name.
bool cyaml_anchor::recording |
Whether the anchor is being actively recorded.
uint32_t cyaml_anchor::start |
Index into cyaml_event_ctx_t events array.