#include <frametype.hh>

Public Member Functions | |
| generic_t () | |
| Initialize with zeros. | |
| int | read (int version, const char *p, bool swap=false, bool skipSH=false) |
| Read from frame. | |
| int | write (int version, char *p, bool swap=false) const |
| Write to frame. | |
| void | fixlength (int version, char *p, int_8u_t len, bool swapit=false) const |
| Fix structure length after writing. | |
Public Attributes | |
| int_8u_t | fLen |
| length of structure | |
| int_2u_t | fClass |
| Class identifier. | |
| int_4u_t | fInstance |
| Instance counter. | |
1.5.4