no-OS
Macros | Functions
iiod.c File Reference

Nonblockin implementation of libtinyiiod. Based on https://github.com/analogdevicesinc/libtinyiiod. 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)   ((func) ? (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

Nonblockin implementation of libtinyiiod. Based on https://github.com/analogdevicesinc/libtinyiiod.

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.

All rights reserved.

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

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, 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 
)    ((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 
)

◆ iiod_conn_remove()

int32_t iiod_conn_remove ( struct iiod_desc desc,
uint32_t  conn_id,
struct iiod_conn_data data 
)

◆ iiod_conn_step()

int32_t iiod_conn_step ( struct iiod_desc desc,
uint32_t  conn_id 
)

◆ 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 
)

◆ 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: