openD unified API  1.0.0
opend_dataTypes.h File Reference

openD data types. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#define __OPEND_DATATYPES_H__
 

Typedefs

typedef uint8_t rfpi_t[5]
 
typedef uint8_t ac_t[4]
 
typedef uint8_t pmid_t[3]
 
typedef uint8_t ipui_t[5]
 

Enumerations

enum  openD_status_t {
  OPEND_STATUS_OK, OPEND_STATUS_IDLE, OPEND_STATUS_BUSY, OPEND_STATUS_FAIL,
  OPEND_STATUS_SERVICE_UNKNOWN, OPEND_STATUS_ARGUMENT_INVALID
}
 

Detailed Description

openD data types.

___ _____ _ ___ _ _____ ___ ___ ___ ___
/ __|_ _/_\ / __| |/ / __/ _ \| _ \/ __| __|
\__ \ | |/ _ \ (__| ' <| _| (_) | / (__| _|
|___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___|
embedded.connectivity.solutions.==============
Author
Patrick Weber

This work is dual-licensed under Apache 2.0 and GPL 2.0. You can choose between one of them if you use this work. For further details, please refer to the project home: https://github.com/opend-connect/openD

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-only