Public Member Functions | Public Attributes

InstrumentSettingParametersRecord Class Reference

#include <parasolfilerecord.h>

Inheritance diagram for InstrumentSettingParametersRecord:
Inheritance graph
[legend]
Collaboration diagram for InstrumentSettingParametersRecord:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InstrumentSettingParametersRecord ()
 constructor : put the end-of-string characters
void * get_entry (const int &entry_index, const vector< int > v_ival=vector< int >(0))
 access to each attribute for writing it For example, this used for reading the L1 technological parametres. If you want to access to the image "im" in the sequence "is", v_ival will be ["is","im"]

Public Attributes

char SIA_duration [8+1]
char LIA_duration [8+1]
char integration_time_def_type_A [16+1]
char integration_time_def_type_B [16+1]
unsigned char seq_type [16]
char analog_gain_nb [8+1]

Detailed Description

Store the PARASOL InstrumentSettingParameters record values.


Member Function Documentation

void * InstrumentSettingParametersRecord::get_entry ( const int &  entry_index,
const vector< int >  v_ival = vector <int>(0) 
) [virtual]

access to each attribute for writing it For example, this used for reading the L1 technological parametres. If you want to access to the image "im" in the sequence "is", v_ival will be ["is","im"]

Parameters:
entry_index the index of the entry in the record
v_ival the indexes of the value to read, stored as a vector
Returns:
a pointer to the attribute

Implements PARASOLFileRecord.

References analog_gain_nb, integration_time_def_type_A, integration_time_def_type_B, LIA_duration, PARASOLFileRecord::rec_len, PARASOLFileRecord::rec_nb, seq_type, and SIA_duration.


Member Data Documentation

Analogic Gain Number

Referenced by get_entry().

Integration Time Definition for sequence type A

Referenced by get_entry().

Integration Time Definition for sequence type B

Referenced by get_entry().

LIA duration

Referenced by get_entry().

Sequence Type : 16 bytes of bit flags

Referenced by get_entry().

SIA duration

Referenced by get_entry().


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