Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
none
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrHeader.hh"
public function member index: |
|||
const unsigned char* const | Get8ByteEndianness | () const; | Retrieve the buffer holding the endian bytes for an 8 byte quantity |
int | GetByteOrder | () const; | Return the byte order of the frame |
INT_2U | GetLibraryRevision | () const; | Return the version number |
const char* | GetOriginator | () const; | Return the originator of the frame. |
INT_2U | GetVersion | () const; | Return the version number |
void | Reorder | (std::vector< T >& Data) const; | Reorder the bytes |
void | Reorder | (T& Data) const; | Reorder the bytes |
void | SetOriginator | (const std::string& Originator); | Establish the originator of the frame. |
void | read | (IFrameStream& fs); | Read header from stream |
void | write | (OFrameStream& fs); | Write Header to stream |
union - FrHeader_type