#include <frametype.hh>
Public Member Functions | |
| toc_data_t () | |
| Initialze with zeros. | |
| bool | operator== (const toc_data_t &d2) const |
| comparison (name only) | |
| bool | operator< (const toc_data_t &d2) const |
| ordering (name only) | |
Public Attributes | |
| char | fName [maxName] |
| name | |
| int_4u_t | fChannelID |
| channel id | |
| int_4u_t | fGroupID |
| channel group | |
| int_8u_t * | fPosition |
| array of data positions (array length = # of frames) | |
1.5.4