|
ONLP
Open Network Linux Platform APIs
|
Module OID Interface. More...
#include <onlp/onlp_config.h>#include <onlp/onlp.h>#include <onlplib/onie.h>#include <onlplib/pi.h>#include <onlp/oids.h>Go to the source code of this file.
Data Structures | |
| struct | onlp_module_info_s |
| Module OID Information Structure. More... | |
Typedefs | |
| typedef struct onlp_module_info_s | onlp_module_info_t |
| Module OID Information Structure. | |
Functions | |
| int | onlp_module_sw_init (void) |
| Initialize the module software module. More... | |
| int | onlp_module_hw_init (uint32_t flags) |
| Initialize the module. More... | |
| int | onlp_module_sw_denit (void) |
| Deinitialize the module software module. More... | |
| int | onlp_module_hdr_get (onlp_oid_t oid, onlp_oid_hdr_t *hdr) |
| Get the module header structure. More... | |
| int | onlp_module_info_get (onlp_oid_t oid, onlp_module_info_t *info) |
| Get the module info structure. More... | |
| int | onlp_module_info_to_user_json (onlp_module_info_t *info, cJSON **rv, uint32_t flags) |
| Convert a module info structure to user JSON. More... | |
| int | onlp_module_info_to_json (onlp_module_info_t *info, cJSON **rv, uint32_t flags) |
| Convert a module info structure to JSON. More... | |
| int | onlp_module_info_from_json (cJSON *cj, onlp_module_info_t *info) |
| Convert a JSON object to a module info structure. More... | |
Module OID Interface.
1.8.13