IQRF Gateway Daemon
Macros | Functions
initModules.h File Reference

Go to the source code of this file.

Macros

#define STATIC_INIT
 Macro to be called at the very beginning o main. More...
 

Functions

void init_SimpleSerializer ()
 Declaration of init functions of static link components. More...
 
void init_JsonSerializer ()
 
void init_MqMessaging ()
 
void init_MqttMessaging ()
 
void init_UdpMessaging ()
 
void init_BaseService ()
 

Macro Definition Documentation

◆ STATIC_INIT

#define STATIC_INIT
Value:
init_JsonSerializer(); \
init_MqMessaging(); \
init_MqttMessaging(); \
init_UdpMessaging(); \
init_BaseService();
void init_SimpleSerializer()
Declaration of init functions of static link components.

Macro to be called at the very beginning o main.

Function Documentation

◆ init_BaseService()

void init_BaseService ( )

◆ init_JsonSerializer()

void init_JsonSerializer ( )

◆ init_MqMessaging()

void init_MqMessaging ( )

◆ init_MqttMessaging()

void init_MqttMessaging ( )

◆ init_SimpleSerializer()

void init_SimpleSerializer ( )

Declaration of init functions of static link components.

Copyright 2016-2017 MICRORISC s.r.o.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

◆ init_UdpMessaging()

void init_UdpMessaging ( )