OpenWareLaboratory
Control< PID > Class Template Reference

Public Member Functions

 Control ()
 
 Control (const float value)
 
float get ()
 
 operator float ()
 
Control< PID > & operator= (const float value)
 
void set (const float value)
 

Detailed Description

template<PatchParameterId PID>
class Control< PID >

Definition at line 9 of file Control.h.

Constructor & Destructor Documentation

◆ Control() [1/2]

template<PatchParameterId PID>
Control< PID >::Control ( )
inline

Definition at line 1 of file Control.h.

◆ Control() [2/2]

template<PatchParameterId PID>
Control< PID >::Control ( const float  value)
inline

Definition at line 1 of file Control.h.

Member Function Documentation

◆ get()

template<PatchParameterId PID>
float Control< PID >::get ( )
inline

Definition at line 24 of file Control.h.

Referenced by Control< PID >::operator float().

◆ operator float()

template<PatchParameterId PID>
Control< PID >::operator float ( )
inline

Definition at line 35 of file Control.h.

References Control< PID >::get().

◆ operator=()

template<PatchParameterId PID>
Control<PID>& Control< PID >::operator= ( const float  value)
inline

Definition at line 31 of file Control.h.

References Control< PID >::set().

◆ set()

template<PatchParameterId PID>
void Control< PID >::set ( const float  value)
inline

Definition at line 18 of file Control.h.

Referenced by Control< PID >::operator=().


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