THM1176InstrumentDriver  1.0
C++ API for Metrolab THM1176
MTL::Instrument::THM1176Types::sExample< ParmType > Struct Template Reference

Sample parameter template. More...

#include <THM1176Types.h>

Public Attributes

bool ExampleState
 Example of a boolean element. More...
 
ParmType< F64ExampleF64
 Example of an F64 element. More...
 
ParmType< F32ExampleF32
 Example of an F32 element. More...
 

Detailed Description

template<template< class > class ParmType>
struct MTL::Instrument::THM1176Types::sExample< ParmType >

Sample parameter template.

Template Parameters
ParmTypeType 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.

Member Data Documentation

◆ ExampleF32

template<template< class > class ParmType>
ParmType<F32> MTL::Instrument::THM1176Types::sExample< ParmType >::ExampleF32

Example of an F32 element.

Definition at line 307 of file THM1176Types.h.

◆ ExampleF64

template<template< class > class ParmType>
ParmType<F64> MTL::Instrument::THM1176Types::sExample< ParmType >::ExampleF64

Example of an F64 element.

Definition at line 306 of file THM1176Types.h.

◆ ExampleState

template<template< class > class ParmType>
bool MTL::Instrument::THM1176Types::sExample< ParmType >::ExampleState

Example of a boolean element.

Definition at line 305 of file THM1176Types.h.


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