MagAO-X
|
||||
|
![]() |
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... | |
#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().
#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().
#define MAGAOX_driverRelPath "drivers" |
#define MAGAOX_globalConfig "magaox.conf" |
#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().
#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().
#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().
#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().