Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cControllerOutput Class Referenceabstract

#include <cController.h>

Public Member Functions

virtual HRESULT put_ValOutput (float fVal)=0
 

Public Attributes

float m_fValOut
 Last output set. More...
 
bool m_bBinaryOutput
 No variable control. CONTROLVAL_t is really just binary output. More...
 

Detailed Description

Set output. Binary output. -1 = cool, +1 = heat. 0 = off. or Set a variable output.

Member Function Documentation

◆ put_ValOutput()

virtual HRESULT GrayLib::cControllerOutput::put_ValOutput ( float  fVal)
pure virtual

Member Data Documentation

◆ m_bBinaryOutput

bool GrayLib::cControllerOutput::m_bBinaryOutput

No variable control. CONTROLVAL_t is really just binary output.

◆ m_fValOut

float GrayLib::cControllerOutput::m_fValOut

Last output set.


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