NDEVR
API Documentation
ConnectionPipeStream::CommonProgressFormats

Common formats for sending messages over the pipe using setMessageProgressFormat Default progress format is percent. More...

Collaboration diagram for ConnectionPipeStream::CommonProgressFormats:
[legend]

Static Public Attributes

static constexpr StringView const percent = "Progress: [%]%\r"
 Sends progress as a percentage value.
static constexpr StringView const progress = "Progress: [p]\r"
 Sends progress as a raw progress value.
static constexpr StringView const progress_and_time = "Progress: [p]\r"
 Sends progress with time information.

Detailed Description

Common formats for sending messages over the pipe using setMessageProgressFormat Default progress format is percent.


Definition at line 28 of file ConnectionPipeStream.h.


The documentation for this class was generated from the following file: