IQRF Gateway Daemon
initModules.h
Go to the documentation of this file.
1 
17 #pragma once
18 
19 extern void init_JsonSerializer();
20 extern void init_MqttMessaging();
22 extern void init_UdpMessaging();
23 
24 #define STATIC_INIT \
25 init_JsonSerializer(); \
26 init_MqttMessaging(); \
27 init_ProtocolBridgeClientService(); \
28 init_UdpMessaging();
void init_JsonSerializer()
void init_ProtocolBridgeClientService()
void init_UdpMessaging()
void init_MqttMessaging()