source: ntrip/trunk/GnssCenter/thrift/rtnet_sdo_example/thrift_template/rtnet.thrift@ 4941

Last change on this file since 4941 was 4941, checked in by mervart, 11 years ago
File size: 901 bytes
Line 
1include "rtnet_data.thrift"
2
3namespace cpp com.gpssolutions.rtnet
4namespace java com.gpssolutions.rtnet
5namespace perl gpss
6
7service 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.