Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Public Types | Static Public Attributes | List of all members
ActiveFocuserUtils Class Reference

#include <activefocuser_utils.h>

Classes

class  Parser
 
class  Poller
 
class  SystemState
 

Public Types

enum  Commands {
  ZERO , RELEASE , FREE , AUTO ,
  MOVE , STOP , FAN_ON , FAN_OFF ,
  RESET , DUMMY
}
 

Static Public Attributes

static const std::map< Commands, unsigned char > CommandsMap
 

Detailed Description

Definition at line 36 of file activefocuser_utils.h.

Member Enumeration Documentation

◆ Commands

Enumerator
ZERO 
RELEASE 
FREE 
AUTO 
MOVE 
STOP 
FAN_ON 
FAN_OFF 
RESET 
DUMMY 

Definition at line 41 of file activefocuser_utils.h.

Member Data Documentation

◆ CommandsMap

const std::map< ActiveFocuserUtils::Commands, unsigned char > ActiveFocuserUtils::CommandsMap
static
Initial value:
=
{
{ActiveFocuserUtils::Commands::ZERO, 0x03},
{ActiveFocuserUtils::Commands::RELEASE, 0x04},
{ActiveFocuserUtils::Commands::FREE, 0x06},
{ActiveFocuserUtils::Commands::AUTO, 0x07},
{ActiveFocuserUtils::Commands::MOVE, 0x09},
{ActiveFocuserUtils::Commands::STOP, 0x0A},
{ActiveFocuserUtils::Commands::FAN_ON, 0x0B},
{ActiveFocuserUtils::Commands::FAN_OFF, 0x0C},
{ActiveFocuserUtils::Commands::RESET, 0x7E},
{ActiveFocuserUtils::Commands::DUMMY, 0xFF},
}

Definition at line 55 of file activefocuser_utils.h.


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