no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iiod.c File Reference

Nonblocking implementation of iiod. More...

#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include "iiod.h"
#include "iiod_private.h"
#include "no_os_error.h"
#include "no_os_util.h"
Include dependency graph for iiod.c:

Macros

#define SET_DUMMY_IF_NULL(func, dummy)
 

Functions

int32_t iiod_parse_line (char *buf, struct comand_desc *res, char **ctx)
 
int32_t iiod_copy_ops (struct iiod_ops *ops, struct iiod_ops *new_ops)
 
int32_t iiod_init (struct iiod_desc **desc, struct iiod_init_param *param)
 
void iiod_remove (struct iiod_desc *desc)
 
int32_t iiod_conn_add (struct iiod_desc *desc, struct iiod_conn_data *data, uint32_t *new_conn_id)
 
int32_t iiod_conn_remove (struct iiod_desc *desc, uint32_t conn_id, struct iiod_conn_data *data)
 
int32_t iiod_conn_step (struct iiod_desc *desc, uint32_t conn_id)
 

Detailed Description

Nonblocking implementation of iiod.

Author
Mihail Chindris (mihai.nosp@m.l.ch.nosp@m.indri.nosp@m.s@an.nosp@m.alog..nosp@m.com)

Copyright 2022(c) Analog Devices, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Analog Devices, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Macro Definition Documentation

◆ SET_DUMMY_IF_NULL

#define SET_DUMMY_IF_NULL ( func,
dummy )
Value:
((func) ? (func) : (dummy))

Function Documentation

◆ iiod_conn_add()

int32_t iiod_conn_add ( struct iiod_desc * desc,
struct iiod_conn_data * data,
uint32_t * new_conn_id )
Here is the caller graph for this function:

◆ iiod_conn_remove()

int32_t iiod_conn_remove ( struct iiod_desc * desc,
uint32_t conn_id,
struct iiod_conn_data * data )
Here is the caller graph for this function:

◆ iiod_conn_step()

int32_t iiod_conn_step ( struct iiod_desc * desc,
uint32_t conn_id )
Here is the caller graph for this function:

◆ iiod_copy_ops()

int32_t iiod_copy_ops ( struct iiod_ops * ops,
struct iiod_ops * new_ops )
Here is the caller graph for this function:

◆ iiod_init()

int32_t iiod_init ( struct iiod_desc ** desc,
struct iiod_init_param * param )
Here is the caller graph for this function:

◆ iiod_parse_line()

int32_t iiod_parse_line ( char * buf,
struct comand_desc * res,
char ** ctx )

◆ iiod_remove()

void iiod_remove ( struct iiod_desc * desc)
Here is the caller graph for this function: