![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#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... | |
Set output. Binary output. -1 = cool, +1 = heat. 0 = off. or Set a variable output.
|
pure virtual |
| bool GrayLib::cControllerOutput::m_bBinaryOutput |
No variable control. CONTROLVAL_t is really just binary output.
| float GrayLib::cControllerOutput::m_fValOut |
Last output set.