ldas-tools-framecpp 2.8.1
|
Post-Processed Data Structure Definition. More...
#include <FrProcDataPST.hh>
Inherited by FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrProcData, and FrameCPP::Version_6::FrProcData.
Public Member Functions | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. More... | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. More... | |
const data_type & | RefData () const |
Identifier for vector for data vector. More... | |
data_type & | RefData () |
Identifier for vector for data vector. More... | |
const table_type & | RefTable () const |
Identifier for parameter table. More... | |
table_type & | RefTable () |
Identifier for parameter table. More... | |
const history_type & | RefHistory () const |
Identifier for channel history. More... | |
history_type & | RefHistory () |
Identifier for channel history. More... | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. More... | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. More... | |
const data_type & | RefData () const |
Identifier for vector for data vector. More... | |
data_type & | RefData () |
Identifier for vector for data vector. More... | |
const table_type & | RefTable () const |
Identifier for parameter table. More... | |
table_type & | RefTable () |
Identifier for parameter table. More... | |
const history_type & | RefHistory () const |
Identifier for channel history. More... | |
history_type & | RefHistory () |
Identifier for channel history. More... | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. More... | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. More... | |
const data_type & | RefData () const |
Identifier for vector for data vector. More... | |
data_type & | RefData () |
Identifier for vector for data vector. More... | |
const table_type & | RefTable () const |
Identifier for parameter table. More... | |
table_type & | RefTable () |
Identifier for parameter table. More... | |
const history_type & | RefHistory () const |
Identifier for channel history. More... | |
history_type & | RefHistory () |
Identifier for channel history. More... | |
Protected Member Functions | |
FrProcDataPST () | |
Default constructor. More... | |
template<typename PreviousType > | |
FrProcDataPST (const PreviousType &Source, istream_type *Stream) | |
Copy Constructor. More... | |
FrProcDataPST (const FrProcDataPST &Source) | |
Copy Constructor. More... | |
FrProcDataPST (istream_type &Stream) | |
Stream Constructor. More... | |
cmn_streamsize_type | bytes (const stream_base_type &Stream) const |
Number of bytes needed to write this structure. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | copy_core (const FrProcDataPST &Source) |
Copy core data. More... | |
bool | operator== (const FrProcDataPST &RHS) const |
equality operator More... | |
FrProcDataPST () | |
Default constructor. More... | |
template<typename PreviousType > | |
FrProcDataPST (const PreviousType &Source, istream_type *Stream) | |
Copy Constructor. More... | |
FrProcDataPST (const FrProcDataPST &Source) | |
Copy Constructor. More... | |
FrProcDataPST (istream_type &Stream) | |
Stream Constructor. More... | |
cmn_streamsize_type | bytes (const stream_base_type &Stream) const |
Number of bytes needed to write this structure. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | copy_core (const FrProcDataPST &Source) |
Copy core data. More... | |
bool | operator== (const FrProcDataPST &RHS) const |
equality operator More... | |
FrProcDataPST () | |
Default constructor. More... | |
template<typename PreviousType > | |
FrProcDataPST (const PreviousType &Source, istream_type *Stream) | |
Copy Constructor. More... | |
FrProcDataPST (const FrProcDataPST &Source) | |
Copy Constructor. More... | |
FrProcDataPST (istream_type &Stream) | |
Stream Constructor. More... | |
cmn_streamsize_type | bytes (const stream_base_type &Stream) const |
Number of bytes needed to write this structure. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | copy_core (const FrProcDataPST &Source) |
Copy core data. More... | |
bool | operator== (const FrProcDataPST &RHS) const |
equality operator More... | |
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. |
|
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. |
|
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 |
|
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. |
|
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.
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.
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.
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.
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.
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.
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.
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.
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 |
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.