ldas-tools-framecpp  2.9.3
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T > Class Template Reference

#include <FrEndOfFileSerialIO.hh>

Inheritance diagram for FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >:
Collaboration graph
[legend]

Public Types

typedef FR_END_OF_FILE_N_FRAMES_TYPE nFrames_type
 
typedef FR_END_OF_FILE_N_FRAMES_TYPE nFrames_type
 
typedef FR_END_OF_FILE_N_FRAMES_TYPE nFrames_type
 
typedef FR_END_OF_FILE_N_BYTES_TYPE nBytes_type
 
typedef FR_END_OF_FILE_N_BYTES_TYPE nBytes_type
 
typedef FR_END_OF_FILE_N_BYTES_TYPE nBytes_type
 
typedef FR_END_OF_FILE_SEEK_TOC_TYPE seekTOC_type
 
typedef FR_END_OF_FILE_SEEK_TOC_TYPE seekTOC_type
 
typedef FR_END_OF_FILE_SEEK_TOC_TYPE seekTOC_type
 
typedef FR_END_OF_FILE_CHK_SUM_FR_HEADER_TYPE chkSumFrHeader_type
 
typedef FR_END_OF_FILE_CHK_SUM_FR_HEADER_TYPE chkSumFrHeader_type
 
typedef FR_END_OF_FILE_CHK_SUM_FR_HEADER_TYPE chkSumFrHeader_type
 
typedef FR_END_OF_FILE_CHK_SUM_TYPE chkSum_type
 
typedef FR_END_OF_FILE_CHK_SUM_TYPE chkSum_type
 
typedef FR_END_OF_FILE_CHK_SUM_TYPE chkSum_type
 
typedef FR_END_OF_FILE_CHK_SUM_FILE_TYPE chkSumFile_type
 
typedef FR_END_OF_FILE_CHK_SUM_FILE_TYPE chkSumFile_type
 
typedef FR_END_OF_FILE_CHK_SUM_FILE_TYPE chkSumFile_type
 

Public Member Functions

 SerialIO ()
 
 SerialIO ()
 
 SerialIO ()
 
chkSum_type GetChkSum () const
 Retrieve the checksum. More...
 
chkSum_type GetChkSum () const
 Retrieve the checksum. More...
 
chkSum_type GetChkSum () const
 Retrieve the checksum. More...
 
chkSumFile_type GetChkSumFile () const
 Retrieve the file checksum. More...
 
chkSumFile_type GetChkSumFile () const
 Retrieve the file checksum. More...
 
chkSumFile_type GetChkSumFile () const
 Retrieve the file checksum. More...
 
chkSumFrHeader_type GetChkSumFrHeader () const
 Retrieve the FrHeader checksum. More...
 
chkSumFrHeader_type GetChkSumFrHeader () const
 Retrieve the FrHeader checksum. More...
 
chkSumFrHeader_type GetChkSumFrHeader () const
 Retrieve the FrHeader checksum. More...
 
nBytes_type GetNBytes () const
 Retrieve the total number of bytes in this file. More...
 
nBytes_type GetNBytes () const
 Retrieve the total number of bytes in this file. More...
 
nBytes_type GetNBytes () const
 Retrieve the total number of bytes in this file. More...
 
nFrames_type GetNFrames () const
 Retrieve the number of frames in this file. More...
 
nFrames_type GetNFrames () const
 Retrieve the number of frames in this file. More...
 
nFrames_type GetNFrames () const
 Retrieve the number of frames in this file. More...
 
seekTOC_type GetSeekTOC () const
 Retrieve the location of the table of contents. More...
 
seekTOC_type GetSeekTOC () const
 Retrieve the location of the table of contents. More...
 
seekTOC_type GetSeekTOC () const
 Retrieve the location of the table of contents. More...
 

Protected Attributes

nFrames_type nFrames
 Number of frames in this file. More...
 
nBytes_type nBytes
 Total number of bytes in the file; zero if not computed. More...
 
seekTOC_type seekTOC
 
chkSumFrHeader_type chkSumFrHeader
 FrHeader checksum. More...
 
chkSum_type chkSum
 
chkSumFile_type chkSumFile
 File checksum. More...
 

Private Member Functions

template<class Archive >
void load (Archive &archiver, const unsigned int version)
 
template<class Archive >
void save (Archive &archiver, const unsigned int version) const
 
template<class Archive >
void load (Archive &archiver, const unsigned int version)
 
template<class Archive >
void save (Archive &archiver, const unsigned int version) const
 
template<class Archive >
void load (Archive &archiver, const unsigned int version)
 
template<class Archive >
void save (Archive &archiver, const unsigned int version) const
 

Friends

class boost::serialization::access
 

Member Typedef Documentation

◆ chkSum_type [1/3]

◆ chkSum_type [2/3]

◆ chkSum_type [3/3]

◆ chkSumFile_type [1/3]

◆ chkSumFile_type [2/3]

◆ chkSumFile_type [3/3]

◆ chkSumFrHeader_type [1/3]

◆ chkSumFrHeader_type [2/3]

◆ chkSumFrHeader_type [3/3]

◆ nBytes_type [1/3]

◆ nBytes_type [2/3]

◆ nBytes_type [3/3]

◆ nFrames_type [1/3]

◆ nFrames_type [2/3]

◆ nFrames_type [3/3]

◆ seekTOC_type [1/3]

◆ seekTOC_type [2/3]

◆ seekTOC_type [3/3]

Constructor & Destructor Documentation

◆ SerialIO() [1/3]

template<typename FR_END_OF_FILE_T >
FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::SerialIO ( )
inline

◆ SerialIO() [2/3]

template<typename FR_END_OF_FILE_T >
FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::SerialIO ( )
inline

◆ SerialIO() [3/3]

template<typename FR_END_OF_FILE_T >
FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::SerialIO ( )
inline

Member Function Documentation

◆ GetChkSum() [1/3]

chkSum_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSum ( ) const
inlineinherited

Retrieve the checksum.

Returns
The checksum.

◆ GetChkSum() [2/3]

chkSum_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSum ( ) const
inlineinherited

Retrieve the checksum.

Returns
The checksum.

◆ GetChkSum() [3/3]

chkSum_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSum ( ) const
inlineinherited

Retrieve the checksum.

Returns
The checksum.

◆ GetChkSumFile() [1/3]

chkSumFile_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSumFile ( ) const
inlineinherited

Retrieve the file checksum.

Returns
The file checksum.

◆ GetChkSumFile() [2/3]

chkSumFile_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSumFile ( ) const
inlineinherited

Retrieve the file checksum.

Returns
The file checksum.

◆ GetChkSumFile() [3/3]

chkSumFile_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSumFile ( ) const
inlineinherited

Retrieve the file checksum.

Returns
The file checksum.

◆ GetChkSumFrHeader() [1/3]

chkSumFrHeader_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSumFrHeader ( ) const
inlineinherited

Retrieve the FrHeader checksum.

Returns
The FrHEader checksum.

◆ GetChkSumFrHeader() [2/3]

chkSumFrHeader_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSumFrHeader ( ) const
inlineinherited

Retrieve the FrHeader checksum.

Returns
The FrHEader checksum.

◆ GetChkSumFrHeader() [3/3]

chkSumFrHeader_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetChkSumFrHeader ( ) const
inlineinherited

Retrieve the FrHeader checksum.

Returns
The FrHEader checksum.

◆ GetNBytes() [1/3]

nBytes_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetNBytes ( ) const
inlineinherited

Retrieve the total number of bytes in this file.

Returns
The total number of bytes in this file.

◆ GetNBytes() [2/3]

nBytes_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetNBytes ( ) const
inlineinherited

Retrieve the total number of bytes in this file.

Returns
The total number of bytes in this file.

◆ GetNBytes() [3/3]

nBytes_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetNBytes ( ) const
inlineinherited

Retrieve the total number of bytes in this file.

Returns
The total number of bytes in this file.

◆ GetNFrames() [1/3]

nFrames_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetNFrames ( ) const
inlineinherited

Retrieve the number of frames in this file.

Returns
The number of frames in this file.

◆ GetNFrames() [2/3]

nFrames_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetNFrames ( ) const
inlineinherited

Retrieve the number of frames in this file.

Returns
The number of frames in this file.

◆ GetNFrames() [3/3]

nFrames_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetNFrames ( ) const
inlineinherited

Retrieve the number of frames in this file.

Returns
The number of frames in this file.

◆ GetSeekTOC() [1/3]

seekTOC_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetSeekTOC ( ) const
inlineinherited

Retrieve the location of the table of contents.

Returns
The location of the table of contents.

◆ GetSeekTOC() [2/3]

seekTOC_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetSeekTOC ( ) const
inlineinherited

Retrieve the location of the table of contents.

Returns
The location of the table of contents.

◆ GetSeekTOC() [3/3]

seekTOC_type FrameCPP::Version_8::FrEndOfFileImpl::Data::GetSeekTOC ( ) const
inlineinherited

Retrieve the location of the table of contents.

Returns
The location of the table of contents.

◆ load() [1/3]

template<typename FR_END_OF_FILE_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::load ( Archive &  archiver,
const unsigned int  version 
)
inlineprivate

◆ load() [2/3]

template<typename FR_END_OF_FILE_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::load ( Archive &  archiver,
const unsigned int  version 
)
inlineprivate

◆ load() [3/3]

template<typename FR_END_OF_FILE_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::load ( Archive &  archiver,
const unsigned int  version 
)
inlineprivate

◆ save() [1/3]

template<typename FR_END_OF_FILE_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::save ( Archive &  archiver,
const unsigned int  version 
) const
inlineprivate

◆ save() [2/3]

template<typename FR_END_OF_FILE_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::save ( Archive &  archiver,
const unsigned int  version 
) const
inlineprivate

◆ save() [3/3]

template<typename FR_END_OF_FILE_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFileImpl::SerialIO< FR_END_OF_FILE_T >::save ( Archive &  archiver,
const unsigned int  version 
) const
inlineprivate

Friends And Related Function Documentation

◆ boost::serialization::access

template<typename FR_END_OF_FILE_T >
boost::serialization::access
friend

Member Data Documentation

◆ chkSum

chkSum_type FrameCPP::Version_8::FrEndOfFileImpl::Data::chkSum
protectedinherited

Structure checksum.

Note
The chkSum AND chkSumFile ariables are not included in the computation of checkSum, but chkSumFrHeader is includeed

◆ chkSumFile

chkSumFile_type FrameCPP::Version_8::FrEndOfFileImpl::Data::chkSumFile
protectedinherited

File checksum.

◆ chkSumFrHeader

chkSumFrHeader_type FrameCPP::Version_8::FrEndOfFileImpl::Data::chkSumFrHeader
protectedinherited

FrHeader checksum.

◆ nBytes

nBytes_type FrameCPP::Version_8::FrEndOfFileImpl::Data::nBytes
protectedinherited

Total number of bytes in the file; zero if not computed.

◆ nFrames

nFrames_type FrameCPP::Version_8::FrEndOfFileImpl::Data::nFrames
protectedinherited

Number of frames in this file.

◆ seekTOC

seekTOC_type FrameCPP::Version_8::FrEndOfFileImpl::Data::seekTOC
protectedinherited

Bytes to back up to the Beginning of the table of contents structure. If seekTOC is zero, then there is no table of contents for this file.


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