The MagAO-X SSH tunnel manager. More...
#include <sys/wait.h>#include <iostream>#include <mx/sys/timeUtils.hpp>#include "../../libMagAOX/libMagAOX.hpp"#include "../../magaox_git_version.h"

Go to the source code of this file.
Classes | |
| class | MagAOX::app::sshDigger |
| The MagAO-X SSH tunnel manager. More... | |
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
Macros | |
| #define | SSHDIGGER_E_NOTUNNELS ( -10 ) |
| #define | SSHDIGGER_E_NOTUNNELFOUND ( -11 ) |
| #define | SSHDIGGER_E_NOHOSTNAME ( -12 ) |
| #define | SSHDIGGER_E_NOLOCALPORT ( -13 ) |
| #define | SSHDIGGER_E_NOREMOTEPORT ( -14 ) |
The MagAO-X SSH tunnel manager.
Definition in file sshDigger.hpp.
| #define SSHDIGGER_E_NOHOSTNAME ( -12 ) |
Definition at line 35 of file sshDigger.hpp.
| #define SSHDIGGER_E_NOLOCALPORT ( -13 ) |
Definition at line 36 of file sshDigger.hpp.
| #define SSHDIGGER_E_NOREMOTEPORT ( -14 ) |
Definition at line 37 of file sshDigger.hpp.
| #define SSHDIGGER_E_NOTUNNELFOUND ( -11 ) |
Definition at line 34 of file sshDigger.hpp.
| #define SSHDIGGER_E_NOTUNNELS ( -10 ) |
Definition at line 33 of file sshDigger.hpp.