API
 
Loading...
Searching...
No Matches
xigNode.hpp File Reference

The base MagAO-X instGraph node header file. More...

#include <instGraph/instGraphXML.hpp>
#include "../../INDI/libcommon/IndiProperty.hpp"
Include dependency graph for xigNode.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xigNode
 Implementation of basic instGraph node interface for MagAO-X. More...
 

Macros

#define XIGN_EXCEPTION(src, expl)   xign_exception( src, expl, __FILE__, __LINE__ )
 

Functions

std::string xign_exception (const std::string &src, const std::string &expl, const std::string &file, int line)
 

Detailed Description

The base MagAO-X instGraph node header file.

Definition in file xigNode.hpp.

Macro Definition Documentation

◆ XIGN_EXCEPTION

#define XIGN_EXCEPTION (   src,
  expl 
)    xign_exception( src, expl, __FILE__, __LINE__ )

Definition at line 24 of file xigNode.hpp.

Function Documentation

◆ xign_exception()

std::string xign_exception ( const std::string &  src,
const std::string &  expl,
const std::string &  file,
int  line 
)

Definition at line 14 of file xigNode.hpp.