ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcdcs_acqperf_t Class Reference

#include <ngcdcsACQ.hpp>

Public Member Functions

 ngcdcs_acqperf_t ()
 Constructor.
 
void Add (ngcdcs_acqperf_t &p)
 Add measurement.
 
void Clear ()
 Clear all measurments.
 

Public Attributes

ngcdcs_acq_stat_t size
 Reference size for rate in bytes.
 
ngcdcs_acq_stat_t net
 Network overhead in seconds.
 
ngcdcs_acq_stat_t proc
 Post-processing overhead in seconds.
 
ngcdcs_acq_stat_t file
 File creation overhead in seconds.
 
ngcdcs_acq_stat_t disk
 Disk overhead in seconds.
 
ngcdcs_acq_stat_t close
 File closing overhead in seconds.
 
ngcdcs_acq_stat_t fits
 FITS-header overhead in seconds.
 
ngcdcs_acq_stat_t total
 Total transfer overhead in seconds.
 
ngcdcs_acq_stat_t exp
 Total exposure time in seconds.
 

Detailed Description

Transfer performance

Constructor & Destructor Documentation

◆ ngcdcs_acqperf_t()

ngcdcs_acqperf_t::ngcdcs_acqperf_t ( )
inline

Constructor.

Member Function Documentation

◆ Add()

void ngcdcs_acqperf_t::Add ( ngcdcs_acqperf_t & p)
inline

Add measurement.

◆ Clear()

void ngcdcs_acqperf_t::Clear ( )
inline

Clear all measurments.

Member Data Documentation

◆ close

ngcdcs_acq_stat_t ngcdcs_acqperf_t::close

File closing overhead in seconds.

◆ disk

ngcdcs_acq_stat_t ngcdcs_acqperf_t::disk

Disk overhead in seconds.

◆ exp

ngcdcs_acq_stat_t ngcdcs_acqperf_t::exp

Total exposure time in seconds.

◆ file

ngcdcs_acq_stat_t ngcdcs_acqperf_t::file

File creation overhead in seconds.

◆ fits

ngcdcs_acq_stat_t ngcdcs_acqperf_t::fits

FITS-header overhead in seconds.

◆ net

ngcdcs_acq_stat_t ngcdcs_acqperf_t::net

Network overhead in seconds.

◆ proc

ngcdcs_acq_stat_t ngcdcs_acqperf_t::proc

Post-processing overhead in seconds.

◆ size

ngcdcs_acq_stat_t ngcdcs_acqperf_t::size

Reference size for rate in bytes.

◆ total

ngcdcs_acq_stat_t ngcdcs_acqperf_t::total

Total transfer overhead in seconds.


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