UpdateServerLib.hpp
1 /*
2 * @Author: xiong
3 * @Date: 2023/6/2
4 */
5 
6 #ifndef EMX_UpdateServerLib_HPP
7 #define EMX_UpdateServerLib_HPP
8 
9 namespace Emx {
14  class UpdateServer;
15 
17  public:
19 
20  virtual ~UpdateServerLib();
21 
22  void Create(bool newThread);
23 
24  void Destroy();
25 
26  private:
27  UpdateServer *m_server;
28  };
30 }
31 
32 #endif //EMX_UpdateServerLib_HPP
Definition: UpdateServerLib.hpp:16
virtual ~UpdateServerLib()
void Create(bool newThread)
Definition: EmxGpio.hpp:10