Line | |
---|
1 | include "rtnet_data.thrift"
|
---|
2 |
|
---|
3 | namespace cpp com.gpssolutions.rtnet
|
---|
4 | namespace java com.gpssolutions.rtnet
|
---|
5 | namespace perl gpss
|
---|
6 |
|
---|
7 | service RtnetData {
|
---|
8 | // used for plots
|
---|
9 | oneway void startDataStream(),
|
---|
10 | oneway void registerRtnet(1: rtnet_data.RtnetInformation info),
|
---|
11 | oneway void handleZDAmb(1: list<rtnet_data.ZDAmb> ambList),
|
---|
12 | oneway void handleDDAmbresBaselines(1: list<rtnet_data.DDAmbresBaseline> ambList),
|
---|
13 | oneway void handleSatelliteXYZ(1: list<rtnet_data.SatelliteXYZ> svXYZList),
|
---|
14 | oneway void handleStationInfo(1: list<rtnet_data.StationInfo> stationList),
|
---|
15 | oneway void handleStationAuxInfo(1: list<rtnet_data.StationAuxInfo> stationAuxList),
|
---|
16 |
|
---|
17 | // used for everything else
|
---|
18 | oneway void handleDGPSCorr(1: list<rtnet_data.DGPSCorr> dgpsList),
|
---|
19 | oneway void handleSatelliteClock(1: list<rtnet_data.SatelliteClock> svList),
|
---|
20 | oneway void handleEpochResults(1: rtnet_data.RtnetEpoch epoch)
|
---|
21 | }
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.