Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Classes | Namespaces | Macros
nest.hpp File Reference
#include <stdexcept>
#include <string>
#include <vector>
#include <cypress/backend/nest/sli.hpp>
#include <cypress/core/backend.hpp>
#include <cypress/util/json.hpp>
Include dependency graph for nest.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cypress::NEST
 
class  cypress::NEST::NESTSimulatorNotFound
 

Namespaces

 cypress
 

Macros

#define CYPRESS_BACKEND_NEST_HPP
 

Macro Definition Documentation

#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.

Author
Andreas Stöckel