Index: trunk/doc/developer/alien/orcad/page.txt =================================================================== --- trunk/doc/developer/alien/orcad/page.txt (revision 9407) +++ trunk/doc/developer/alien/orcad/page.txt (revision 9408) @@ -31,4 +31,24 @@ 0xFF 0xE4 0x5C 0x39 0x00 0x00 0x00 0x00 Payload: - \ No newline at end of file + - payload is probably a C struct saved as is + - the structure of payload depends on primary header type + + +---- + +string: + - 2 byte length + - string characters (as many as length said) + - \0 (not part of length!) + +---- + +Page struct: + - page name (string) + - page size (string): standard sizes (hardwired dimensions) 'A'..'E' + - page settings: + - TODO + - a fixed sequence of payload segments: + - 2 bytes number-of-object counter (how many objects make up this segment) + - a sequence of the same objects packed (as many as the number-of-object counter) said