Created
December 5, 2012 01:05
-
-
Save mudgen/4210959 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "header": { | |
| "doc": "Initialize Trace", | |
| "stream": 2, | |
| "function": 23, | |
| "reply": true | |
| }, | |
| "body": [ | |
| { | |
| "doc": "Trace ID", | |
| "format": "U4", | |
| "value": 10 | |
| }, | |
| { | |
| "doc": "Data sample period - format: hhmmsscc", | |
| "format": "A", | |
| "value": "00000500" | |
| }, | |
| { | |
| "doc": "Total samples to be made", | |
| "format": "U4", | |
| "value": 5 | |
| }, | |
| { | |
| "doc": "Group size", | |
| "format": "U4", | |
| "value": 1 | |
| }, | |
| [ | |
| { | |
| "doc": "Status Variable ID", | |
| "format": "U4", | |
| "value": 537198593 | |
| }, | |
| { | |
| "doc": "Status Variable ID", | |
| "format": "U4", | |
| "value": 268959744 | |
| }, | |
| { | |
| "doc": "Status Variable ID", | |
| "format": "U4", | |
| "value": 272695296 | |
| }, | |
| { | |
| "doc": "Status Variable ID", | |
| "format": "U4", | |
| "value": 68500992 | |
| } | |
| ] | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment