Rev | Line | |
---|
[4941] | 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 |
|
---|
| 9 | class RtnetDataRequest : public ConnectionRequiredRunnable
|
---|
| 10 | {
|
---|
| 11 | public:
|
---|
| 12 | RtnetDataRequest(boost::shared_ptr<apache::thrift::protocol::TProtocol>& protocol,
|
---|
| 13 | boost::shared_ptr<ConnectionStatusMonitor>& connectionMonitor);
|
---|
| 14 | ~RtnetDataRequest() {}
|
---|
| 15 |
|
---|
| 16 | void run();
|
---|
| 17 | private:
|
---|
| 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.