API Reference Manual 1.51.0
Loading...
Searching...
No Matches
orchestrator.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2025 Nokia
3 */
4
7#ifndef ORCHESTRATOR_H_
8#define ORCHESTRATOR_H_
9
10#include <odp_api.h>
11
12#include "odp_pipeline_orchestrator.h"
13
14odp_bool_t orchestrator_init(void);
15
16void orchestrator_deploy(void);
17
18void orchestrator_destroy(void);
19
20#endif
bool odp_bool_t
Boolean type.
The OpenDataPlane API.