Remove active, add capturing, analysing, recording

This commit is contained in:
Isaac Connor 2022-02-03 12:38:09 -05:00
parent f7099bc6cb
commit f40279b745
1 changed files with 3 additions and 1 deletions

View File

@ -828,7 +828,9 @@ by monitor capture and analysis processes.
shared_data The general mapped memory section
size The size, in bytes, of this section
valid Flag indicating whether this section has been initialised
active Flag indicating whether this monitor is active (enabled/disabled)
capturing Flag indicating whether this monitor is presently capturing
analysing Flag indicating whether this monitor is presently analysing
recording Flag indicating whether this monitor is presently recording
signal Flag indicating whether this monitor is receiving a valid signal
state The current monitor state, see the STATE constants below
last_write_index The last index, in the image buffer, that an image has been saved to