API
sshDigger.hpp File Reference

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"
Include dependency graph for sshDigger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MagAOX::app::sshDigger
 The MagAO-X SSH tunnel manager. More...
 

Namespaces

 MagAOX
 
 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)
 

Detailed Description

The MagAO-X SSH tunnel manager.

Definition in file sshDigger.hpp.

Macro Definition Documentation

◆ SSHDIGGER_E_NOHOSTNAME

#define SSHDIGGER_E_NOHOSTNAME   (-12)

Definition at line 35 of file sshDigger.hpp.

◆ SSHDIGGER_E_NOLOCALPORT

#define SSHDIGGER_E_NOLOCALPORT   (-13)

Definition at line 36 of file sshDigger.hpp.

◆ SSHDIGGER_E_NOREMOTEPORT

#define SSHDIGGER_E_NOREMOTEPORT   (-14)

Definition at line 37 of file sshDigger.hpp.

◆ SSHDIGGER_E_NOTUNNELFOUND

#define SSHDIGGER_E_NOTUNNELFOUND   (-11)

Definition at line 34 of file sshDigger.hpp.

◆ SSHDIGGER_E_NOTUNNELS

#define SSHDIGGER_E_NOTUNNELS   (-10)

Definition at line 33 of file sshDigger.hpp.