#include "Cpl/Type/enum.h"
Go to the source code of this file.
|
namespace | Ajax |
| The 'Ajax' namespace is the root name space all GM6000 application specific source code.
|
|
|
| Ajax::Type::BETTER_ENUM (FanMode, unsigned, eLOW=0, eMEDIUM, eHIGH, eLAST_MODE) |
| This enumeration defines the supported Fan modes.
|
|
◆ BETTER_ENUM()
Ajax::Type::BETTER_ENUM |
( |
FanMode |
, |
|
|
unsigned |
, |
|
|
eLOW |
= 0 , |
|
|
eMEDIUM |
, |
|
|
eHIGH |
, |
|
|
eLAST_MODE |
|
|
) |
| |
This enumeration defines the supported Fan modes.
- Parameters
-
FanMode | Enum |
eLOW | Minimum Fan speed |
eMEDIUM | Medium Fan speed |
eHIGH | Maximum Fan speed |
eLAST_MODE | Marker for end-of-enum-list |