ldas-tools-framecpp 3.0.4
|
Post-Processed Data Structure Definition. More...
#include <FrProcDataPST.hh>
Public Member Functions | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. | |
const data_type & | RefData () const |
Identifier for vector for data vector. | |
data_type & | RefData () |
Identifier for vector for data vector. | |
const table_type & | RefTable () const |
Identifier for parameter table. | |
table_type & | RefTable () |
Identifier for parameter table. | |
const history_type & | RefHistory () const |
Identifier for channel history. | |
history_type & | RefHistory () |
Identifier for channel history. | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. | |
const data_type & | RefData () const |
Identifier for vector for data vector. | |
data_type & | RefData () |
Identifier for vector for data vector. | |
const table_type & | RefTable () const |
Identifier for parameter table. | |
table_type & | RefTable () |
Identifier for parameter table. | |
const history_type & | RefHistory () const |
Identifier for channel history. | |
history_type & | RefHistory () |
Identifier for channel history. |
Protected Member Functions | |
FrProcDataPST () | |
Default constructor. | |
template<typename PreviousType> | |
FrProcDataPST (const PreviousType &Source, stream_base_type *Stream) | |
Copy Constructor. | |
FrProcDataPST (const FrProcDataPST &Source) | |
Copy Constructor. | |
FrProcDataPST (istream_type &Stream) | |
Stream Constructor. | |
cmn_streamsize_type | bytes (const stream_base_type &Stream) const |
Number of bytes needed to write this structure. | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. | |
void | copy_core (const FrProcDataPST &Source) |
Copy core data. | |
bool | operator== (const FrProcDataPST &RHS) const |
equality operator | |
FrProcDataPST () | |
Default constructor. | |
template<typename PreviousType> | |
FrProcDataPST (const PreviousType &Source, stream_base_type *Stream) | |
Copy Constructor. | |
FrProcDataPST (const FrProcDataPST &Source) | |
Copy Constructor. | |
FrProcDataPST (istream_type &Stream) | |
Stream Constructor. | |
cmn_streamsize_type | bytes (const stream_base_type &Stream) const |
Number of bytes needed to write this structure. | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. | |
void | copy_core (const FrProcDataPST &Source) |
Copy core data. | |
bool | operator== (const FrProcDataPST &RHS) const |
equality operator |
Protected Attributes | |
data_type | data |
aux_type | aux |
table_type | table |
history_type | history |
Post-Processed Data Structure Definition.
|
inlineprotected |
Default constructor.
|
protected |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
[in] | Stream | The stream from which the object is being read. |
|
inlineprotected |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
|
inlineprotected |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
|
protected |
Default constructor.
|
protected |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
[in] | Stream | The stream from which the object is being read. |
|
protected |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
|
protected |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
|
inlineprotected |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
protected |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineprotected |
Copy core data.
[in] | Source | The source from which to copy the data |
|
protected |
Copy core data.
[in] | Source | The source from which to copy the data |
|
inlineprotected |
equality operator
[in] | RHS | The FrProcData object to be compared. |
|
protected |
equality operator
[in] | RHS | The FrProcData object to be compared. |
|
inline |
Identifier for vector for auxilliary data.
aux_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefAux | ( | ) |
Identifier for vector for auxilliary data.
|
inline |
Identifier for vector for auxilliary data.
const aux_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefAux | ( | ) | const |
Identifier for vector for auxilliary data.
|
inline |
Identifier for vector for data vector.
data_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefData | ( | ) |
Identifier for vector for data vector.
|
inline |
Identifier for vector for data vector.
const data_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefData | ( | ) | const |
Identifier for vector for data vector.
|
inline |
Identifier for channel history.
history_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefHistory | ( | ) |
Identifier for channel history.
|
inline |
Identifier for channel history.
const history_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefHistory | ( | ) | const |
Identifier for channel history.
|
inline |
Identifier for parameter table.
table_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefTable | ( | ) |
Identifier for parameter table.
|
inline |
Identifier for parameter table.
const table_type & FrameCPP::Version_6::FrProcDataPST< DataType, AuxType, TableType, HistoryType >::RefTable | ( | ) | const |
Identifier for parameter table.
|
inlineprotected |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protected |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protected |
Aux vector.
|
protected |
Data vector. The data vector for single dimensional types (t-Series and f-Series) must have a single dimension.
|
protected |
Channel history.
|
protected |
Parameter table.