Tezzeret  1
Tezzeret
GmMqttCfg.hpp
1 /*
2  * GmTivaMFAMApp.hpp
3  *
4  * Created on: May 11, 2016
5  * Author: rcram
6  */
7 
8 #ifndef GMMQTTCFG_HPP_
9 #define GMMQTTCFG_HPP_
10 
11 namespace Geometrics
12 {
13  // ===========================================================
14  // Class for storing Mqtt configuration information.
15  // ===========================================================
17  {
18  public:
19  CGmMqttConfig ();
20  ~CGmMqttConfig ();
21  char m_szBrokerName [20],
22  m_szPortNumberAsString [10],
23  m_szMagBinaryPath [20],
24  m_szMagTextPath [20],
25  m_szPpsTextPath [20],
26  m_szPpsBinaryPath [20],
27  m_szAppEventTextPath [20],
28  m_szAppEventBinaryPath [20],
29  m_szServicePath [20],
30  m_szGpsBinaryPath [20],
31  m_szGpsTextPath [20],
32  m_szMagFrameTopic [20],
33  m_szPpsSynchTextTopic [20],
34  m_szPpsSynchBinaryTopic [20],
35  m_szMqttClientName [20];
36  int LoadFromFile (const char *szConfigFilePath);
37  };
38 }
39 #endif
Definition: GmMqttCfg.hpp:17
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47