Line | |
---|
1 | include "rtnet_data.thrift"
|
---|
2 |
|
---|
3 | namespace cpp com.gpssolutions.rtnet_js
|
---|
4 | namespace java com.gpssolutions.rtnet_js
|
---|
5 |
|
---|
6 | struct UpdateStatus {
|
---|
7 | 1: byte stationInfoUpdated,
|
---|
8 | 2: byte stationAuxInfoUpdated,
|
---|
9 | 3: byte rtnetInfoUpdated,
|
---|
10 | 4: i32 lastEpoch
|
---|
11 | }
|
---|
12 |
|
---|
13 | exception InvalidArgument {
|
---|
14 | 1: string why
|
---|
15 | }
|
---|
16 |
|
---|
17 | service RtnetDataJs {
|
---|
18 | list<rtnet_data.RtnetInformation> getJobList(),
|
---|
19 | list<rtnet_data.ZDAmb> lastZDAmb(1: string jobName) throws (1:InvalidArgument err),
|
---|
20 | list<rtnet_data.DDAmbresBaseline> lastDDAmbresBaselines(1: string jobName) throws (1:InvalidArgument err),
|
---|
21 | list<rtnet_data.SatelliteXYZ> getSatelliteXYZ(1: string jobName) throws (1:InvalidArgument err),
|
---|
22 | list<rtnet_data.StationInfo> getStationInfo(1: string jobName) throws (1:InvalidArgument err),
|
---|
23 | list<rtnet_data.StationAuxInfo> getStationAuxInfo(1: string jobName) throws (1:InvalidArgument err),
|
---|
24 | UpdateStatus getUpdateStatus(1: string jobName) throws (1:InvalidArgument err)
|
---|
25 | }
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.