no-OS
Classes | Macros | Enumerations | Functions
iiod.h File Reference

Header file of iiod. More...

#include <stdint.h>
#include <stdbool.h>
#include "iio.h"
Include dependency graph for iiod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  iiod_attr
 
struct  iiod_ctx
 
struct  iiod_conn_data
 
struct  iiod_ops
 
struct  iiod_init_param
 

Macros

#define IIOD_MAX_CONNECTIONS   10
 
#define IIOD_VERSION   "1.1.0000000"
 
#define IIOD_VERSION_LEN   (sizeof(IIOD_VERSION) - 1)
 
#define MAX_DEV_ID   64
 
#define MAX_TRIG_ID   64
 
#define MAX_CHN_ID   64
 
#define MAX_ATTR_NAME   256
 

Enumerations

enum  iio_attr_type {
  IIO_ATTR_TYPE_DEBUG,
  IIO_ATTR_TYPE_BUFFER,
  IIO_ATTR_TYPE_CH_OUT,
  IIO_ATTR_TYPE_CH_IN,
  IIO_ATTR_TYPE_DEVICE
}
 

Functions

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

Header file 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

◆ IIOD_MAX_CONNECTIONS

#define IIOD_MAX_CONNECTIONS   10

◆ IIOD_VERSION

#define IIOD_VERSION   "1.1.0000000"

◆ IIOD_VERSION_LEN

#define IIOD_VERSION_LEN   (sizeof(IIOD_VERSION) - 1)

◆ MAX_ATTR_NAME

#define MAX_ATTR_NAME   256

◆ MAX_CHN_ID

#define MAX_CHN_ID   64

◆ MAX_DEV_ID

#define MAX_DEV_ID   64

◆ MAX_TRIG_ID

#define MAX_TRIG_ID   64

Enumeration Type Documentation

◆ iio_attr_type

Enumerator
IIO_ATTR_TYPE_DEBUG 
IIO_ATTR_TYPE_BUFFER 
IIO_ATTR_TYPE_CH_OUT 
IIO_ATTR_TYPE_CH_IN 
IIO_ATTR_TYPE_DEVICE 

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 
)
Here is the caller graph for this function:

◆ iiod_conn_step()

int32_t iiod_conn_step ( struct iiod_desc desc,
uint32_t  conn_id 
)

◆ iiod_init()

int32_t iiod_init ( struct iiod_desc **  desc,
struct iiod_init_param param 
)

◆ iiod_remove()

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