33#include <NDEVR/LogStream.h>
DebugStream()
Constructs a DebugStream instance.
void addMessage(uint04 id, const LogMessage &message) final override
Adds a log message and writes it to the debug console.
void setProgress(uint04 id, fltp04 progress) final override
Updates the progress for a given operation and writes it to the debug console.
~DebugStream()
Destroys the DebugStream instance.
A class that allows for specific log information to be conveyed to a InfoPipe object including inform...
A listener that receives and processes log messages and progress updates from an InfoPipe.
The core String class for the NDEVR API.
The primary namespace for the NDEVR SDK.
float fltp04
Defines an alias representing a 4 byte floating-point number Bit layout is as follows: -Sign: 1 bit a...
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...