CARMA C++
FastPdbClient.h
Go to the documentation of this file.
1 // $Id: FastPdbClient.h,v 1.1 2014/05/05 22:51:57 eml Exp $
2 
3 #ifndef SZA_UTIL_FASTPDBCLIENT_H
4 #define SZA_UTIL_FASTPDBCLIENT_H
5 
15 #include "carma/szautil/Client.h"
17 
18 namespace sza {
19  namespace util {
20 
21  class FastPdbClient : public sza::util::Client {
22  public:
23 
27  FastPdbClient(bool spawn, std::string host, unsigned connectPort);
28 
32  virtual ~FastPdbClient();
33 
34  virtual void processServerData();
35 
36  void sendListSourceMsg(std::string src);
37 
38  private:
39 
40  FastPdbData data_;
41 
42  }; // End class FastPdbClient
43 
44  } // End namespace util
45 } // End namespace sza
46 
47 
48 
49 #endif // End #ifndef SZA_UTIL_FASTPDBCLIENT_H
Tagged: Tue Feb 18 13:08:16 PST 2014.