Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <stdexcept>
#include <string>
#include <vector>
#include <cypress/backend/nest/sli.hpp>
#include <cypress/core/backend.hpp>
#include <cypress/util/json.hpp>
Go to the source code of this file.
Classes | |
class | cypress::NEST |
class | cypress::NEST::NESTSimulatorNotFound |
Namespaces | |
cypress | |
Macros | |
#define | CYPRESS_BACKEND_NEST_HPP |
#define CYPRESS_BACKEND_NEST_HPP |
íle nest.hpp
Contains the native NEST backend for Cypress. Directly comminucates with a "nest" executable via stdin/stdout by sending an SLI script generated from the network description.