TwiceAsNice  2019-02-18
Classes | Variables
indi_shelyakalpy_spectrograph.h File Reference
#include <map>
#include "defaultdevice.h"
Include dependency graph for indi_shelyakalpy_spectrograph.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ShelyakAlpy
 

Variables

std::map< ISState, char > COMMANDS
 
std::map< std::string, char > PARAMETERS
 

Variable Documentation

◆ COMMANDS

std::map<ISState, char> COMMANDS
Initial value:
= {
{ISS_ON, 0x31}, {ISS_OFF, 0x30}
}
Definition: indiapi.h:147
Definition: indiapi.h:146

◆ PARAMETERS

std::map<std::string, char> PARAMETERS
Initial value:
= {
{"DARK", 0x33}, {"ARNE", 0x31}, {"TUNGSTEN", 0x32}
}