API
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_calibRelPath   "calib"
 The relative path to the calibration 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_telRelPath   "telem"
 The relative path to the telemetry 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...
 
#define MAGAOX_rawimageRelPath   "rawimages"
 The relative path to the raw images directory. More...
 
#define MAGAOX_cpusetPath   "/opt/MagAOX/cpuset/"
 The absolute path the the cpuset mount point. More...
 

Detailed Description

Macro Definition Documentation

◆ MAGAOX_calibRelPath

#define MAGAOX_calibRelPath   "calib"

The relative path to the calibration files.

This is the subdirectory for calibration files.

Definition at line 36 of file paths.hpp.

◆ 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.

◆ MAGAOX_cpusetPath

#define MAGAOX_cpusetPath   "/opt/MagAOX/cpuset/"

The absolute path the the cpuset mount point.

Definition at line 99 of file paths.hpp.

◆ 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 85 of file paths.hpp.

◆ MAGAOX_driverRelPath

#define MAGAOX_driverRelPath   "drivers"

The relative path to the INDI drivers.

This is the subdirectory for the INDI drivers.

Definition at line 78 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 43 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 50 of file paths.hpp.

◆ 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.

◆ MAGAOX_rawimageRelPath

#define MAGAOX_rawimageRelPath   "rawimages"

The relative path to the raw images directory.

This is the subdirectory for raw images.

Definition at line 92 of file paths.hpp.

◆ 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 71 of file paths.hpp.

◆ 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 64 of file paths.hpp.

◆ MAGAOX_telRelPath

#define MAGAOX_telRelPath   "telem"

The relative path to the telemetry directory.

This is the subdirectory for telemetry.

Definition at line 57 of file paths.hpp.