API

The MagAO-X Image Stream Writer. More...

#include <ImageStreamIO/ImageStruct.h>
#include <ImageStreamIO/ImageStreamIO.h>
#include <xrif/xrif.h>
#include <mx/sys/timeUtils.hpp>
#include "../../libMagAOX/libMagAOX.hpp"
#include "../../magaox_git_version.h"
Include dependency graph for streamWriter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MagAOX::app::streamWriter
 

Namespaces

 MagAOX
 
 MagAOX::app
 

Macros

#define NOT_WRITING   (0)
 
#define START_WRITING   (1)
 
#define WRITING   (2)
 
#define STOP_WRITING   (3)
 

Functions

 MagAOX::app::INDI_NEWCALLBACK_DEFN (streamWriter, m_indiP_writing)(const pcf
 

Detailed Description

The MagAO-X Image Stream Writer.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file streamWriter.hpp.

Macro Definition Documentation

◆ NOT_WRITING

#define NOT_WRITING   (0)

Definition at line 29 of file streamWriter.hpp.

◆ START_WRITING

#define START_WRITING   (1)

Definition at line 30 of file streamWriter.hpp.

◆ STOP_WRITING

#define STOP_WRITING   (3)

Definition at line 32 of file streamWriter.hpp.

◆ WRITING

#define WRITING   (2)

Definition at line 31 of file streamWriter.hpp.