|
ldas-tools-framecpp 3.0.4
|
#include <FrEndOfFileData.hh>

Public Types | |
| 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_SEEK_TOC_TYPE | seekTOC_type |
| typedef FR_END_OF_FILE_CHK_SUM_TOC_TYPE | chkSumTOC_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_FILE_TYPE | chkSumFile_type |
| typedef INT_4U | chkType_v3_type |
| typedef INT_4U | nBytes_v3_type |
| typedef INT_4U | seekTOC_v4_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_SEEK_TOC_TYPE | seekTOC_type |
| typedef FR_END_OF_FILE_CHK_SUM_TOC_TYPE | chkSumTOC_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_FILE_TYPE | chkSumFile_type |
| typedef INT_4U | chkType_v3_type |
| typedef INT_4U | nBytes_v3_type |
| typedef INT_4U | seekTOC_v4_type |
Public Member Functions | |
| Data () | |
| Default constructor. | |
| chkSum_type | GetChkSum () const |
| Retrieve the checksum. | |
| chkSumFile_type | GetChkSumFile () const |
| Retrieve the file checksum. | |
| chkSumFrHeader_type | GetChkSumFrHeader () const |
| Retrieve the FrHeader checksum. | |
| nBytes_type | GetNBytes () const |
| Retrieve the total number of bytes in this file. | |
| nFrames_type | GetNFrames () const |
| Retrieve the number of frames in this file. | |
| seekTOC_type | GetSeekTOC () const |
| Retrieve the location of the table of contents. | |
| Data () | |
| Default constructor. | |
| chkSum_type | GetChkSum () const |
| Retrieve the checksum. | |
| chkSumFile_type | GetChkSumFile () const |
| Retrieve the file checksum. | |
| chkSumFrHeader_type | GetChkSumFrHeader () const |
| Retrieve the FrHeader checksum. | |
| nBytes_type | GetNBytes () const |
| Retrieve the total number of bytes in this file. | |
| nFrames_type | GetNFrames () const |
| Retrieve the number of frames in this file. | |
| seekTOC_type | GetSeekTOC () const |
| Retrieve the location of the table of contents. | |
Protected Attributes | |
| nFrames_type | nFrames = 0 |
| Number of frames in this file. | |
| nBytes_type | nBytes = 0 |
| Total number of bytes in the file; zero if not computed. | |
| seekTOC_type | seekTOC = 0 |
| chkSumTOC_type | chkSumTOC = 0 |
| FrTOC uniqueness checksum. | |
| chkSumFrHeader_type | chkSumFrHeader = 0 |
| FrHeader checksum. | |
| chkSum_type | chkSum = 0 |
| chkSumFile_type | chkSumFile = 0 |
| File checksum. | |
| typedef FR_END_OF_FILE_CHK_SUM_FILE_TYPE FrameCPP::Version_9::FrEndOfFileImpl::Data::chkSumFile_type |
| typedef FR_END_OF_FILE_CHK_SUM_FILE_TYPE FrameCPP::Version_9::FrEndOfFileImpl::Data::chkSumFile_type |
| typedef FR_END_OF_FILE_CHK_SUM_FR_HEADER_TYPE FrameCPP::Version_9::FrEndOfFileImpl::Data::chkSumFrHeader_type |
| typedef FR_END_OF_FILE_CHK_SUM_FR_HEADER_TYPE FrameCPP::Version_9::FrEndOfFileImpl::Data::chkSumFrHeader_type |
| typedef INT_4U FrameCPP::Version_9::FrEndOfFileImpl::Data::chkType_v3_type |
| typedef INT_4U FrameCPP::Version_9::FrEndOfFileImpl::Data::chkType_v3_type |
| typedef INT_4U FrameCPP::Version_9::FrEndOfFileImpl::Data::nBytes_v3_type |
| typedef INT_4U FrameCPP::Version_9::FrEndOfFileImpl::Data::nBytes_v3_type |
| typedef INT_4U FrameCPP::Version_9::FrEndOfFileImpl::Data::seekTOC_v4_type |
| typedef INT_4U FrameCPP::Version_9::FrEndOfFileImpl::Data::seekTOC_v4_type |
|
inline |
Default constructor.
|
inline |
Default constructor.
|
inline |
Retrieve the checksum.
|
inline |
Retrieve the checksum.
|
inline |
Retrieve the file checksum.
|
inline |
Retrieve the file checksum.
|
inline |
Retrieve the FrHeader checksum.
|
inline |
Retrieve the FrHeader checksum.
|
inline |
Retrieve the total number of bytes in this file.
|
inline |
Retrieve the total number of bytes in this file.
|
inline |
Retrieve the number of frames in this file.
|
inline |
Retrieve the number of frames in this file.
|
inline |
Retrieve the location of the table of contents.
|
inline |
Retrieve the location of the table of contents.
|
protected |
Structure checksum.
|
protected |
File checksum.
|
protected |
FrHeader checksum.
|
mutableprotected |
FrTOC uniqueness checksum.
|
protected |
Total number of bytes in the file; zero if not computed.
|
protected |
Number of frames in this file.
|
protected |
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.