Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef TOON_MQTTSETTINGS_H
|
||||
#define TOON_MQTTSETTINGS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace ToonBridge {
|
||||
namespace Toon {
|
||||
|
||||
|
||||
struct MQTTSettings
|
||||
{
|
||||
std::string hostname;
|
||||
int port;
|
||||
std::string topic;
|
||||
};
|
||||
|
||||
} // namespace Toon
|
||||
} // namespace ToonBridge
|
||||
|
||||
#endif // TOON_MQTTSETTINGS_H
|
||||
Reference in New Issue
Block a user