-
Notifications
You must be signed in to change notification settings - Fork 7
/
ExampleVenueDefinitions.json
41 lines (41 loc) · 1.48 KB
/
ExampleVenueDefinitions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
{
"name": "EXAMPLE A",
"host": "localhost",
"prefix": null,
"mcwsRootUrl": null,
"channelDictionaryUrl": "http://localhost:8080/test_data/ChannelDictionary.json",
"channelEnumerationDictionaryUrl": "http://localhost:8080/test_data/ChannelEnumerationDictionary.json",
"channelHistoricalUrl": null,
"channelMinMaxUrl": null,
"channelLADUrl": null,
"channelStreamUrl": null,
"sessionUrl": "http://localhost:8080/test_data/Session.json",
"sessionLADUrl": "http://localhost:8080/test_data/SessionLAD.json",
"eventRecordDictionaryUrl": null,
"evrHistoricalUrl": null,
"evrStreamUrl": null,
"dataProductUrl": null,
"dataProductContentUrl": null,
"dataProductStreamUrl": null,
"packetUrl": null,
"packetContentUrl": null,
"packetSummaryEventStreamUrl": null,
"commandEventUrl": null,
"commandEventStreamUrl": null
},
{
"name": "EXAMPLE B",
"channelDictionaryUrl": "http://localhost:8080/test_data/ChannelDictionary.json",
"sessionLADUrl": "http://localhost:8080/test_data/EmptySessionLAD.json"
},
{
"name": "EXAMPLE C",
"channelDictionaryUrl": "http://localhost:8080/test_data/ChannelDictionary.json",
"sessionLADUrl": "http://localhost:8080/test_data/SingleSessionLAD.json"
},
{
"name": "EXAMPLE C",
"headerChannels": "H-0001,H-0002,H-0003"
}
]