include "rtnet_data.thrift" namespace cpp com.gpssolutions.rtnet namespace java com.gpssolutions.rtnet namespace perl gpss service RtnetData { // used for plots oneway void startDataStream(), oneway void registerRtnet(1: rtnet_data.RtnetInformation info), oneway void handleZDAmb(1: list ambList), oneway void handleDDAmbresBaselines(1: list ambList), oneway void handleSatelliteXYZ(1: list svXYZList), oneway void handleStationInfo(1: list stationList), oneway void handleStationAuxInfo(1: list stationAuxList), // used for everything else oneway void handleDGPSCorr(1: list dgpsList), oneway void handleSatelliteClock(1: list svList), oneway void handleEpochResults(1: rtnet_data.RtnetEpoch epoch) }