33#include <NDEVR/TranslatedString.h>
54 uint04 id = Constant<uint04>::Invalid;
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
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...
TranslatedString name
The translated display name of this progress source.
fltp04 progress
The completion percentage as a fraction from 0.0 to 1.0.
ProgressSource(TranslatedString name, uint04 id=Constant< uint04 >::Invalid, fltp04 progress=1.0f)
Constructs a ProgressSource with the given name, identifier, and progress value.
uint04 id
The unique identifier for this progress source.