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


Public Types | |
| typedef INT_4U | nFrames_type |
| typedef INT_8U | nBytes_type |
| typedef INT_4U | chkType_type |
| typedef INT_4U | chkSum_type |
| typedef INT_8U | seekTOC_type |
Public Member Functions | |
| FrEndOfFileData () | |
| virtual | ~FrEndOfFileData () |
| virtual INT_8U | Bytes () const |
| number of bytes needed to write this structure. | |
| nFrames_type | GetNFrames () const |
| nBytes_type | GetNBytes () const |
| chkType_type | GetChkType () const |
| chkSum_type | GetChkSum () const |
| seekTOC_type | GetSeekTOC () const |
| void | SetNBytes (nBytes_type NumberOfBytes) |
| : Establish the number of bytes written | |
| void | SetNFrames (nFrames_type NumberOfFrames) |
| : Establish the number of frames written | |
| void | SetSeekTOC (seekTOC_type Position) |
| : Establish where the toc is | |
Static Public Member Functions | |
| static INT_8U | BytesForVersion (INT_2U Version) |
| number of bytes needed to write specific version. | |
Protected Member Functions | |
| template<class IStream> | |
| IStream & | readData (IStream &Stream) |
Protected Attributes | |
| nFrames_type | nFrames |
| nBytes_type | nBytes |
| chkType_type | chkType |
| chkSum_type | chkSum |
| seekTOC_type | seekTOC |
| typedef INT_4U FrameCPP::Version_6::FrEndOfFileData::chkSum_type |
| typedef INT_4U FrameCPP::Version_6::FrEndOfFileData::chkType_type |
| typedef INT_8U FrameCPP::Version_6::FrEndOfFileData::nBytes_type |
| typedef INT_4U FrameCPP::Version_6::FrEndOfFileData::nFrames_type |
| typedef INT_8U FrameCPP::Version_6::FrEndOfFileData::seekTOC_type |
| FrameCPP::Version_6::FrEndOfFileData::FrEndOfFileData | ( | ) |
|
inlinevirtual |
|
inlinevirtual |
number of bytes needed to write this structure.
Implements FrameCPP::Common::FrDataObject.
|
static |
number of bytes needed to write specific version.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
inline |
: Establish the number of bytes written
|
inline |
: Establish the number of frames written
|
inline |
: Establish where the toc is
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
mutableprotected |