Cypress  1.0
C++ Spiking Neural Network Simulation Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
resource.hpp File Reference
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for resource.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cypress::Resource
 

Namespaces

 cypress
 

Macros

#define CYPRESS_UTIL_RESOURCE_HPP
 

Detailed Description

Provides functionality to access binary data embedded in the executable as a regular file. Currently the embedded data is just extracted into a temporary file on first access.

This functionality is used to embed required python scripts to access the neuromorphic hardware platform directly in the executable – which allows to ship applications built ontop of Cypress as a single file.

Author
Andreas Stöckel

Macro Definition Documentation

#define CYPRESS_UTIL_RESOURCE_HPP