esp8266ndn
NDN Arduino library for ESP8266 and more
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
NDNph
src
ndnph
port
fs
port.hpp
Go to the documentation of this file.
1
#ifndef NDNPH_PORT_FS_PORT_HPP
2
#define NDNPH_PORT_FS_PORT_HPP
3
4
#if defined(NDNPH_PORT_FS_CUSTOM)
5
// using custom file store port
6
#elif defined(NDNPH_PORT_FS_LINUX)
7
#include "
linux.hpp
"
8
#else
9
#define NDNPH_PORT_FS_NULL
10
#include "
null.hpp
"
11
#endif
12
13
#endif
// NDNPH_PORT_FS_PORT_HPP
linux.hpp
null.hpp
Generated by
1.9.8