Class ApiLogStatus
Defined in File LogApi.h
Class Documentation
-
class ApiLogStatus
This class contains the status of the API log.
Public Functions
-
ApiLogStatus()
Public Members
-
ApiLogState::T state
The current state of the API log.
-
unsigned int queueSize
The size of the memory buffer of the API log.
-
unsigned int dataSize
The size of the data in the memory buffer of the API log.
-
ApiLogStatus()