libyang  0.16.105
YANG data modeling language library
user_types.h File Reference

libyang support for user YANG type implementations. More...

#include "libyang.h"
Include dependency graph for user_types.h:

Go to the source code of this file.

Data Structures

struct  lytype_plugin_list
 

Typedefs

typedef int(* lytype_store_clb) (const char *type_name, const char *value_str, lyd_val *value, char **err_msg)
 Callback for storing user type values. More...
 

Detailed Description

libyang support for user YANG type implementations.

Author
Michal Vasko mvask.nosp@m.o@ce.nosp@m.snet..nosp@m.cz Copyright (c) 2018 CESNET, z.s.p.o.

This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at

https://opensource.org/licenses/BSD-3-Clause

Definition in file user_types.h.