IQRF Gateway Daemon
examples
iqrf_frc_example
iqrf_startup_example
initModules.h
Go to the documentation of this file.
1
17
#pragma once
18
19
extern
void
init_JsonSerializer
();
20
extern
void
init_MqttMessaging
();
21
extern
void
init_ServiceExample
();
22
23
#define STATIC_INIT \
24
init_JsonSerializer(); \
25
init_MqttMessaging(); \
26
init_ServiceExample();
init_JsonSerializer
void init_JsonSerializer()
init_ServiceExample
void init_ServiceExample()
init_MqttMessaging
void init_MqttMessaging()
Generated by
1.8.13