of_manager.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2014 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #include "structs.h"
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
28 
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
gnrc_rpl_of_t * gnrc_rpl_get_of_for_ocp(uint16_t ocp)
Returns objective function with a given cope point.
void gnrc_rpl_of_manager_init(void)
Initialization of Manager and of-functions.
Objective function representation.
Definition: structs.h:256
RPL data structs.