|
| FrHeader () |
| Constructor.
|
|
virtual | ~FrHeader () |
| Desctructor.
|
|
virtual FrHeader * | Clone () const |
| Copy Constructor (virtual)
|
|
const unsigned char * | Get8ByteEndianness () const |
| Buffer holding the endian bytes for an 8 byte quantity.
|
|
int | GetByteOrder () const |
| Return the byte order of the frame.
|
|
void | SetOriginator (const std::string &Originator) |
| Establish the originator of the frame.
|
|
virtual Common::FrameSpec::size_type | Bytes () const |
| Calculate the streaming size of the object.
|
|
virtual Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
| Calculate the streaming size of the object.
|
|
virtual bool | ByteSwapping () const |
| Check if byte swapping is needed.
|
|
checksum_type | Checksum () const |
|
virtual const Common::FrameSpec::Object * | Description () const |
| Retrieve the objects stream description.
|
|
virtual FrHeader * | Create (istream_type &Stream) const |
| Constructor ( virtual )
|
|
virtual FrHeader * | Create (std::istream &Stream) const |
| Constructor ( virtual )
|
|
void | Filter (Common::StreamFilter &SFilter) const |
| Perform the filter over the bytes streamed. More...
|
|
virtual const char * | ObjectStructName () const |
| Retrieve the name of the frame structure.
|
|
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Perform verification of the object.
|
|
void | Write (ostream_type &Stream) const |
| Write object to the stream.
|
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator More...
|
|
| FrHeader () |
| Constructor.
|
|
virtual | ~FrHeader () |
| Desctructor.
|
|
virtual FrHeader * | Clone () const |
| Copy Constructor (virtual)
|
|
const unsigned char * | Get8ByteEndianness () const |
| Buffer holding the endian bytes for an 8 byte quantity.
|
|
int | GetByteOrder () const |
| Return the byte order of the frame.
|
|
void | SetOriginator (const std::string &Originator) |
| Establish the originator of the frame.
|
|
virtual Common::FrameSpec::size_type | Bytes () const |
| Calculate the streaming size of the object.
|
|
virtual Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
| Calculate the streaming size of the object.
|
|
virtual bool | ByteSwapping () const |
| Check if byte swapping is needed.
|
|
virtual const Common::FrameSpec::Object * | Description () const |
| Retrieve the objects stream description.
|
|
virtual FrHeader * | Create (istream_type &Stream) const |
| Constructor ( virtual )
|
|
virtual FrHeader * | Create (std::istream &Stream) const |
| Constructor ( virtual )
|
|
void | Filter (Common::StreamFilter &SFilter) const |
| Perform the filter over the bytes streamed. More...
|
|
virtual const char * | ObjectStructName () const |
| Retrieve the name of the frame structure.
|
|
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Perform verification of the object.
|
|
void | Write (ostream_type &Stream) const |
| Write object to the stream.
|
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator
|
|
class_type | GetClass () const |
| Retrieve the class identifier. More...
|
|
class_type | GetClass () const |
| Retrieve the class identifier. More...
|
|
const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object. More...
|
|
const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object. More...
|
|
ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream. More...
|
|
ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream. More...
|
|
virtual Object * | Create () const |
| constructor - virtual
|
|
frame_library_type | GetFrameLibrary () const |
| Retrieve the library used to generate the frame stream.
|
|
frame_library_type | GetFrameLibrary () const |
| Retrieve the library used to generate the frame stream.
|
|
std::string | GetFrameLibraryName () const |
| Retrieve the library used to generate the frame stream.
|
|
std::string | GetFrameLibraryName () const |
| Retrieve the library used to generate the frame stream.
|
|
void | SetLibraryVersion (INT_2U Version) |
| Establish the version of the Library used.
|
|
void | SetLibraryVersion (INT_2U Version) |
| Establish the version of the Library used.
|
|
void | SetVersion (INT_2U Version) |
| Establish the version of the frame specification.
|
|
void | SetVersion (INT_2U Version) |
| Establish the version of the frame specification.
|
|
|
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
| Down grade an object. More...
|
|
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
| Down grade an object. More...
|
|
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
| Upgrade an object. More...
|
|
template<typename PreviousType , typename CurrentType > |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
| Upgrade an object. More...
|
|
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
| Upgrade an object. More...
|
|
template<typename PreviousType , typename CurrentType > |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
| Upgrade an object. More...
|
|
static std::string | GetFrameLibraryName (frame_library_type LibraryId) |
| Retrieve the library used to generate the frame stream.
|
|
static std::string | GetFrameLibraryName (frame_library_type LibraryId) |
| Retrieve the library used to generate the frame stream.
|
|
Implementation of the frame header structure.
This structure is described in section 4.3.1 of the frame specification. Its purpose is to provide a table of standard information in the host order so the reader can determine what translations need to occur.