Libecoli
0.11.5
Extensible COmmand LIne library
Toggle main menu visibility
Loading...
Searching...
No Matches
node_dynamic.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright 2017, Olivier MATZ <zer0@droids-corp.org>
3
*/
4
12
13
#pragma once
14
15
struct
ec_node
;
16
struct
ec_pnode
;
17
20
typedef
struct
ec_node
*(*ec_node_dynamic_build_t)(
struct
ec_pnode
*pstate,
void
*opaque);
21
25
struct
ec_node
*
ec_node_dynamic
(
const
char
*
id
,
ec_node_dynamic_build_t
build,
void
*opaque);
26
ec_node_dynamic_build_t
struct ec_node *(* ec_node_dynamic_build_t)(struct ec_pnode *pstate, void *opaque)
Definition
node_dynamic.h:20
ec_node_dynamic
struct ec_node * ec_node_dynamic(const char *id, ec_node_dynamic_build_t build, void *opaque)
ec_node
struct ec_node * ec_node(const char *typename, const char *id)
ec_pnode
struct ec_pnode * ec_pnode(const struct ec_node *node)
ecoli
node_dynamic.h
Generated by
1.17.0