Loading...
Searching...
No Matches
socket_zep_params.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2016 Freie Universität Berlin
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
18#ifndef SOCKET_ZEP_PARAMS_H
19#define SOCKET_ZEP_PARAMS_H
20
21#include "socket_zep.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
33#ifndef SOCKET_ZEP_MAX
34#define SOCKET_ZEP_MAX (1)
35#endif
36
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* SOCKET_ZEP_PARAMS_H */
Socket ZEP definitions.
socket_zep_params_t socket_zep_params[SOCKET_ZEP_MAX]
socket_zep configurations
#define SOCKET_ZEP_MAX
Number of allocated parameters at socket_zep_params.
ZEP device initialization parameters.
Definition socket_zep.h:71