Appendix 2: Displaying Data Formats
93
// The first 17 characters of the comment header must be:
//
// "Oasis BINARY DATA"
//
// Any amount of ASCII text may follow. Oasis montaj will start
reading
// binary data at the first byte after the first <1A> byte.
//
// The file structure is as follows:
//
// Oasis BINARY DATA // required first 17
bytes.
// comment text // As much ASCII text as
// . // desired can be placed
// . // in the comment
header.
// . //
// <1A> // end of ASCII
comments.
// <01> 80 byte simple channel record // GBN_ChanRec
structure.
// <05> 192 byte parameter record // optional parameter
settings
// .
// <04> 84 byte array channel record // GBN_ArrayChanRec
structure.
// // <01> or <04> repeated
for
// // each channel of data.
// <05> 192 byte parameter record // optional parameter
settings
// .
// .
// .
// <02> 28 byte line record // GBN_LineRec
structure.
// <05> 192 byte parameter record // optional parameter
settings
// .
// <03> data record // GBN_Data str
data
// <03> data record // GBN_Data str
data
// .
// .
// .
// <02> 28 byte line record // GBN_LineRec
structure.
// <05> 192 byte parameter record // optional parameter
settings
// .
// <03> data record // GBN_Data str
data
// <03> data record // GBN_Data str
data
// .
// .
// .
// <00> // end of data.
//
// Notes:
//
// Data records are related to the channels by channel number.
If