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


Public Types | |
| typedef INT_8U | length_type |
| typedef INT_2U | class_id_type |
| typedef INT_4U | instance_type |
Public Member Functions | |
| StreamRefData (length_type Length, class_id_type ClassId, instance_type Instance) | |
| StreamRefData (const StreamRefData &Source) | |
| virtual | ~StreamRefData () |
| virtual INT_8U | Bytes () const |
| number of bytes needed to write this structure. | |
| class_id_type | GetClassId () const |
| instance_type | GetInstance () const |
| length_type | GetLength () const |
| void | SetClassId (class_id_type ClassId) |
| void | SetInstance (instance_type Instance) |
| void | SetLength () |
| void | SetLength (length_type Length) |
| const StreamRefData & | operator= (const StreamRefData &Source) |
Static Public Member Functions | |
| static INT_8U | BytesForVersion (INT_2U Version) |
| number of bytes needed to write specific version. | |
Protected Attributes | |
| length_type | length |
| class_id_type | class_id |
| instance_type | instance |
| typedef INT_2U FrameCPP::Version_6::StreamRefData::class_id_type |
| typedef INT_4U FrameCPP::Version_6::StreamRefData::instance_type |
| typedef INT_8U FrameCPP::Version_6::StreamRefData::length_type |
|
inline |
|
inline |
|
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 |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |