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

#include <ngcdcsFINFO.hpp>

Public Member Functions

 ngcdcs_cfile_list ()
 Constructor.
 
 ngcdcs_cfile_list (int f)
 Constructor with frame type.
 
 ~ngcdcs_cfile_list ()
 Destructor.
 
void Add (int pid, int id, int fcnt, int hcnt)
 Add file descriptor to list.
 
void Add (const char *ref)
 Add file descriptor given by reference string.
 
const int * Entry (int n)
 Return n'th entry.
 
void Entry2File (char *fileName, const int *e)
 Convert list entry to file-name.
 
void FileName (char *fileName, int n)
 Retrieve n'th file-name.
 

Public Attributes

int size
 Number of entries.
 
int ftype
 Frame type.
 
ngcdcs_cfile_tentry
 Entry.
 

Detailed Description

Cube file list on local storage media

Constructor & Destructor Documentation

◆ ngcdcs_cfile_list() [1/2]

ngcdcs_cfile_list::ngcdcs_cfile_list ( )
inline

Constructor.

◆ ngcdcs_cfile_list() [2/2]

ngcdcs_cfile_list::ngcdcs_cfile_list ( int f)
inlineexplicit

Constructor with frame type.

◆ ~ngcdcs_cfile_list()

ngcdcs_cfile_list::~ngcdcs_cfile_list ( )
inline

Destructor.

Member Function Documentation

◆ Add() [1/2]

void ngcdcs_cfile_list::Add ( const char * ref)
inline

Add file descriptor given by reference string.

◆ Add() [2/2]

void ngcdcs_cfile_list::Add ( int pid,
int id,
int fcnt,
int hcnt )
inline

Add file descriptor to list.

◆ Entry()

const int * ngcdcs_cfile_list::Entry ( int n)
inline

Return n'th entry.

◆ Entry2File()

void ngcdcs_cfile_list::Entry2File ( char * fileName,
const int * e )
inline

Convert list entry to file-name.

◆ FileName()

void ngcdcs_cfile_list::FileName ( char * fileName,
int n )
inline

Retrieve n'th file-name.

Member Data Documentation

◆ entry

ngcdcs_cfile_t* ngcdcs_cfile_list::entry

Entry.

◆ ftype

int ngcdcs_cfile_list::ftype

Frame type.

◆ size

int ngcdcs_cfile_list::size

Number of entries.


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