esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include "choose.h"
#include <cstdlib>
#include <tuple>
#include <freertos/FreeRTOS.h>
#include <freertos/queue.h>
Go to the source code of this file.
Classes | |
class | esp8266ndn::ndnph_port_freertos::SafeQueue< T, capacity > |
Generic thread-safe queue, implemented with FreeRTOS queue API. More... | |
Namespaces | |
esp8266ndn | |
esp8266ndn::ndnph_port_freertos | |
ndnph | |
ndnph::port | |
Typedefs | |
template<typename T , size_t capacity> | |
using | ndnph::port::SafeQueue = esp8266ndn::ndnph_port_freertos::SafeQueue< T, capacity > |