Line | |
---|
1 | /*
|
---|
2 | ----------------------------------------------------------------
|
---|
3 | This header collects the mcfio initial information
|
---|
4 | ----------------------------------------------------------------
|
---|
5 | */
|
---|
6 |
|
---|
7 | struct stdhd1 {
|
---|
8 | char date[255]; /* MCFIO_CREATIONDATE: creation date */
|
---|
9 | char title[255]; /* MCFIO_TITLE: title */
|
---|
10 | char comment[255]; /* MCFIO_COMMENT: comment */
|
---|
11 | };
|
---|
12 |
|
---|
13 | struct stdhd2 {
|
---|
14 | int dlen; /* actual lenght of date */
|
---|
15 | int tlen; /* actual lenght of title */
|
---|
16 | int clen; /* actual lenght of comment */
|
---|
17 | int numblocks; /* MCFIO_NUMBLOCKS: number of blocks per event */
|
---|
18 | int blkids[50]; /* MCFIO_BLOCKIDS: list of block types */
|
---|
19 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.