#include <frametype.hh>

Public Member Functions | |
| hist_t () | |
| Initialize with zeros. | |
| int | read (int version, const char *p, bool swap=false) |
| Read from frame. | |
| int | write (int version, char *p, bool swap=false) const |
| Write to frame. | |
Public Attributes | |
| char | fName [maxName] |
| History record name. | |
| int_4u_t | fTime |
| Time of post processing. | |
| char | fComment [maxName] |
| Comment. | |
| ptr_struct | fNext |
| Pointers to next history structure;. | |
1.5.4