API
MagAOX::app::streamWriter_test Struct Reference
Collaboration diagram for MagAOX::app::streamWriter_test:
Collaboration graph

Public Member Functions

 streamWriter_test (streamWriter *sw)
 
std::string rawimageDir ()
 
int setup_circbufs (int width, int height, int dataType, int circBuffLength)
 
int setup_xrif (int writeChunkLength)
 
int setup_fname ()
 
int fill_circbuf_uint16 ()
 
int write_frames (int start, int stop)
 
int comp_frames_uint16 (size_t start, size_t stop)
 

Public Attributes

streamWriterm_sw
 

Detailed Description

Definition at line 13 of file streamWriter_test.cpp.

Constructor & Destructor Documentation

◆ streamWriter_test()

MagAOX::app::streamWriter_test::streamWriter_test ( streamWriter sw)
inline

Definition at line 17 of file streamWriter_test.cpp.

Member Function Documentation

◆ comp_frames_uint16()

int MagAOX::app::streamWriter_test::comp_frames_uint16 ( size_t  start,
size_t  stop 
)
inline

Definition at line 108 of file streamWriter_test.cpp.

Referenced by SCENARIO().

◆ fill_circbuf_uint16()

int MagAOX::app::streamWriter_test::fill_circbuf_uint16 ( )
inline

Definition at line 66 of file streamWriter_test.cpp.

Referenced by SCENARIO().

◆ rawimageDir()

std::string MagAOX::app::streamWriter_test::rawimageDir ( )
inline

Definition at line 22 of file streamWriter_test.cpp.

Referenced by SCENARIO().

◆ setup_circbufs()

int MagAOX::app::streamWriter_test::setup_circbufs ( int  width,
int  height,
int  dataType,
int  circBuffLength 
)
inline

Definition at line 25 of file streamWriter_test.cpp.

Referenced by SCENARIO().

◆ setup_fname()

int MagAOX::app::streamWriter_test::setup_fname ( )
inline

Definition at line 53 of file streamWriter_test.cpp.

Referenced by SCENARIO().

◆ setup_xrif()

int MagAOX::app::streamWriter_test::setup_xrif ( int  writeChunkLength)
inline

Definition at line 44 of file streamWriter_test.cpp.

Referenced by SCENARIO().

◆ write_frames()

int MagAOX::app::streamWriter_test::write_frames ( int  start,
int  stop 
)
inline

Definition at line 95 of file streamWriter_test.cpp.

Referenced by SCENARIO().

Member Data Documentation

◆ m_sw

streamWriter* MagAOX::app::streamWriter_test::m_sw

Definition at line 15 of file streamWriter_test.cpp.


The documentation for this struct was generated from the following file: