MagAO-X
Operations Applications Utilities Source
Collaboration diagram for Default Paths:

Macros

#define MAGAOX_path   "/opt/MagAOX"
 The path to the MagAO-X system files. More...
 
#define MAGAOX_configRelPath   "config"
 The relative path to the configuration files. More...
 
#define MAGAOX_globalConfig   "magaox.conf"
 The filename for the global configuration file. More...
 
#define MAGAOX_logRelPath   "logs"
 The relative path to the log directory. More...
 
#define MAGAOX_sysRelPath   "sys"
 The relative path to the system directory. More...
 
#define MAGAOX_secretsRelPath   "secrets"
 The relative path to the secrets directory. Used for storing passwords, etc. More...
 
#define MAGAOX_driverRelPath   "drivers"
 The relative path to the INDI drivers. More...
 
#define MAGAOX_driverFIFORelPath   "drivers/fifos"
 The relative path to the INDI driver FIFOs. More...
 

Detailed Description

Macro Definition Documentation

◆ MAGAOX_configRelPath

#define MAGAOX_configRelPath   "config"

The relative path to the configuration files.

This is the subdirectory for configuration files.

Definition at line 29 of file paths.hpp.

Referenced by MagAOX::app::MagAOXApp< _useINDI >::setDefaults().

◆ MAGAOX_driverFIFORelPath

#define MAGAOX_driverFIFORelPath   "drivers/fifos"

The relative path to the INDI driver FIFOs.

This is the subdirectory for the INDI driver FIFOs.

Definition at line 71 of file paths.hpp.

Referenced by MagAOX::app::MagAOXApp< _useINDI >::createINDIFIFOS().

◆ MAGAOX_driverRelPath

#define MAGAOX_driverRelPath   "drivers"

The relative path to the INDI drivers.

This is the subdirectory for the INDI drivers.

Definition at line 64 of file paths.hpp.

◆ MAGAOX_globalConfig

#define MAGAOX_globalConfig   "magaox.conf"

The filename for the global configuration file.

Will be looked for in the config/ subdirectory.

Definition at line 36 of file paths.hpp.

◆ MAGAOX_logRelPath

#define MAGAOX_logRelPath   "logs"

The relative path to the log directory.

This is the subdirectory for logs.

Definition at line 43 of file paths.hpp.

Referenced by MagAOX::app::MagAOXApp< _useINDI >::setDefaults().

◆ MAGAOX_path

#define MAGAOX_path   "/opt/MagAOX"

The path to the MagAO-X system files.

This directory will have subdirectories including config, log, and sys directories.

Definition at line 22 of file paths.hpp.

Referenced by MagAOX::app::MagAOXApp< _useINDI >::createINDIFIFOS(), and MagAOX::app::MagAOXApp< _useINDI >::setDefaults().

◆ MAGAOX_secretsRelPath

#define MAGAOX_secretsRelPath   "secrets"

The relative path to the secrets directory. Used for storing passwords, etc.

This is the subdirectory for secrets.

Definition at line 57 of file paths.hpp.

Referenced by MagAOX::app::MagAOXApp< _useINDI >::setDefaults().

◆ MAGAOX_sysRelPath

#define MAGAOX_sysRelPath   "sys"

The relative path to the system directory.

This is the subdirectory for the system status files.

Definition at line 50 of file paths.hpp.

Referenced by MagAOX::app::MagAOXApp< _useINDI >::setDefaults().