forked from jcreigh/pylabview
-
Notifications
You must be signed in to change notification settings - Fork 25
Revision History
Jessica Creighton edited this page Oct 17, 2013
·
2 revisions
### HBUF
```plain
Length | Type | Value
--------+---------+-------
4 | uint32 | ?
4 | uint32 | Count
```
### HBUF
### HIST
Count of the following:
Length | Type | Value
--------+---------+-------
4 | uint32 | Revision Number
4 | uint32 | Time (unknown format)
4 | uint32 | ?
4 | uint32 | ?
4 | uint32 | ?
### HBUF
Multiple of the following:
Length | Type | Value
--------+---------+-------
4 | uint32 | Name Length
* | string | Name
### HIST
Length | Type | Value
--------+---------+-------
6 | |
2 | uint16 | Flags
4 | uint32 | Revision number
28 | |
Flags:
Mask | Meaning
--------+---------
0x0001 | Add entry whenever saved
0x0002 | Prompt for comment when closed
0x0004 | Prompt for comment when saved
0x0100 | Custom settings
0x0200 | Record generated comments
0x0400 | Default settings (overrides above flags)
This wiki is generated from code repository. Contribute to said code repository to see the wiki updated.