![]() |
THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
|
Sample parameter template. More...
#include <THM1176Types.h>
Public Attributes | |
bool | ExampleState |
Example of a boolean element. More... | |
ParmType< F64 > | ExampleF64 |
Example of an F64 element. More... | |
ParmType< F32 > | ExampleF32 |
Example of an F32 element. More... | |
Sample parameter template.
ParmType | Type of template: uParm or sBoundedParm. |
The declaration would be sExample<uParm> or sExample<sBoundedParm>, depening on whether we want only the current value or the current/min/max/default values.
Definition at line 303 of file THM1176Types.h.
ParmType<F32> MTL::Instrument::THM1176Types::sExample< ParmType >::ExampleF32 |
Example of an F32 element.
Definition at line 307 of file THM1176Types.h.
ParmType<F64> MTL::Instrument::THM1176Types::sExample< ParmType >::ExampleF64 |
Example of an F64 element.
Definition at line 306 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sExample< ParmType >::ExampleState |
Example of a boolean element.
Definition at line 305 of file THM1176Types.h.