|
ldas-tools-framecpp 3.0.4
|
#include <FrStatData.hh>
Public Member Functions | |
| cmn_streamsize_type | Bytes () const |
| Stream size of object. | |
| bool | operator== (const storage_type &RHS) const |
| Comparison operator. | |
| void | operator() (Common::IStream &Stream) |
| Input elements from the stream. | |
| void | operator() (Common::OStream &Stream) const |
| Output elements to the stream. | |
| void | operator() (const FrStatDataNPS &Source) |
| Copy contents. | |
| void | operator() (const Previous::FrStatDataStorage &Source) |
| Copy contents. | |
| cmn_streamsize_type | Bytes () const |
| Stream size of object. | |
| bool | operator== (const storage_type &RHS) const |
| Comparison operator. | |
| void | operator() (Common::IStream &Stream) |
| Input elements from the stream. | |
| void | operator() (Common::OStream &Stream) const |
| Output elements to the stream. | |
| void | operator() (const FrStatDataNPS &Source) |
| Copy contents. | |
| void | operator() (const Previous::FrStatDataStorage &Source) |
| Copy contents. | |
Static Public Member Functions | |
| template<typename SE> | |
| static void | Describe (Common::Description &Desc) |
| Supply description. | |
| template<typename SE> | |
| static void | Describe (Common::Description &Desc) |
| Supply description. | |
Private Attributes | |
| STRING | name |
| Static data name. | |
| STRING | comment |
| Comment for static data. | |
| STRING | representation |
| timeStart_type | timeStart |
| timeEnd_type | timeEnd |
| version_type | version |
Friends | |
| class | FrStatDataNPS |
|
inline |
Stream size of object.
Calculate the number of bytes that will be written to the stream for this strucutre.
| cmn_streamsize_type FrameCPP::Version_4::FrStatDataNPS::storage_type::Bytes | ( | ) | const |
Stream size of object.
|
inlinestatic |
Supply description.
| [out] | Desc | Storage for the description of the structure. |
Supplies the FrSE description for each element of this object that will be written to the stream.
|
static |
Supply description.
| [out] | Desc | Storage for the description of the structure. |
|
inline |
Input elements from the stream.
| [in] | Stream | The stream from which the elements are read. |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | Common::IStream & | Stream | ) |
Input elements from the stream.
| [in] | Stream | The stream from which the elements are read. |
|
inline |
Output elements to the stream.
| [in] | Stream | The stream to which the elements are written. |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | Common::OStream & | Stream | ) | const |
Output elements to the stream.
| [in] | Stream | The stream to which the elements are written. |
|
inline |
Copy contents.
| [in] | Source | Source to be copied |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | const FrStatDataNPS & | Source | ) |
Copy contents.
| [in] | Source | Source to be copied |
|
inline |
Copy contents.
| [in] | Source | Source to be copied |
| void FrameCPP::Version_4::FrStatDataNPS::storage_type::operator() | ( | const Previous::FrStatDataStorage & | Source | ) |
Copy contents.
| [in] | Source | Source to be copied |
|
inline |
Comparison operator.
Tests the equality of the two FrTableNPS objects.
| [in] | RHS | Object to compare for equality. |
| bool FrameCPP::Version_4::FrStatDataNPS::storage_type::operator== | ( | const storage_type & | RHS | ) | const |
Comparison operator.
| [in] | RHS | Object to compare for equality. |
|
private |
Comment for static data.
|
private |
Static data name.
|
private |
Type of static data being represented. e,g., calibration, swept sine, pole-zero, FIR or IIR coefficients...
|
private |
End time of static data validity. A value of zero represents the end time being unknown. GPS time in integer seconds since GPS standard epoch.
|
private |
Start time of static data validity. GPS time in integer seconds since GPS standard epoch.
|
private |
Version number for this static structure. i.e., the counter begins at 0 and is incremented by 1 thereafter. Updated statics for the same time window (e.g., modified calibration data) will be identified by identified by unique version numbers.