An extension of FrameHeader, that is used for data frames. More...
#include <SDIFHeader.hxx>
Public Member Functions | |
DataFrameHeader (const TypeId &type, CLAM::TFloat64 time=0., CLAM::TInt32 id=0) | |
Create a new DataFrameHeader. | |
Static Public Member Functions | |
static CLAM::TInt32 | SizeInFile (void) |
Public Attributes | |
CLAM::TFloat64 | mTime |
CLAM::TInt32 | mStreamId |
CLAM::TInt32 | mnMatrices |
An extension of FrameHeader, that is used for data frames.
This is the header that is used for a Frame.
Definition at line 63 of file SDIFHeader.hxx.
SDIF::DataFrameHeader::DataFrameHeader | ( | const TypeId & | type, | |
CLAM::TFloat64 | time = 0. , |
|||
CLAM::TInt32 | id = 0 | |||
) |
Create a new DataFrameHeader.
type | Identifier specifying the frame type | |
time | Timestamp of the frame | |
id | Stream ID |
Definition at line 34 of file SDIFHeader.cxx.
References mnMatrices, mStreamId, and mTime.
static CLAM::TInt32 SDIF::DataFrameHeader::SizeInFile | ( | void | ) | [inline, static] |
Reimplemented from SDIF::FrameHeader.
Definition at line 80 of file SDIFHeader.hxx.
Definition at line 71 of file SDIFHeader.hxx.
Referenced by SDIF::Frame::Add(), and DataFrameHeader().
Definition at line 69 of file SDIFHeader.hxx.
Referenced by DataFrameHeader().
Definition at line 67 of file SDIFHeader.hxx.
Referenced by DataFrameHeader(), and SDIF::Frame::Time().