0.01.00
openthread-instance.h File Reference

This file defines the structure of the variables required for all instances of OpenThread API. More...

#include "openthread-core-config.h"
#include "utils/wrap_stdint.h"
#include "utils/wrap_stdbool.h"
#include <openthread/types.h>
#include <openthread/platform/logging.h>
#include "openthread-single-instance.h"
#include "coap/coap.hpp"
#include "crypto/heap.hpp"
#include "crypto/mbedtls.hpp"
#include "net/ip6.hpp"
#include "thread/thread_netif.hpp"

Go to the source code of this file.

Classes

struct  otInstance
 This type represents all the static / global variables used by OpenThread allocated in one place. More...
 

Typedefs

typedef struct otInstance otInstance
 This type represents all the static / global variables used by OpenThread allocated in one place.
 

Detailed Description

This file defines the structure of the variables required for all instances of OpenThread API.