source: ntrip/trunk/GnssCenter/thrift/rtnet_sdo_example/RtnetDataRequest.h@ 4941

Last change on this file since 4941 was 4941, checked in by mervart, 11 years ago
File size: 611 bytes
Line 
1#ifndef RTNET_SDO_EXAMPLE_RTNETDATAREQUEST_H
2#define RTNET_SDO_EXAMPLE_RTNETDATAREQUEST_H
3
4#include "ConnectionRequiredRunnable.h"
5#include "common/thrift/RtnetData.h"
6
7#include <protocol/TProtocol.h>
8
9class RtnetDataRequest : public ConnectionRequiredRunnable
10{
11public:
12 RtnetDataRequest(boost::shared_ptr<apache::thrift::protocol::TProtocol>& protocol,
13 boost::shared_ptr<ConnectionStatusMonitor>& connectionMonitor);
14 ~RtnetDataRequest() {}
15
16 void run();
17private:
18 boost::shared_ptr<com::gpssolutions::rtnet::RtnetDataClient> client_;
19};
20
21#endif // RTNET_SDO_EXAMPLE_RTNETDATAREQUEST_H
Note: See TracBrowser for help on using the repository browser.