socket_zep_params.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #include "socket_zep.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
31 #if !defined(SOCKET_ZEP_MAX) || defined(DOXYGEN)
32 # define SOCKET_ZEP_MAX (1)
33 #endif
34 
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
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.
Socket ZEP definitions.
ZEP device initialization parameters.
Definition: socket_zep.h:70