Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
Go to the source code of this file.
Classes | |
struct | cypress::sli::Params |
Namespaces | |
cypress | |
cypress::sli | |
Functions | |
void | cypress::sli::write_network (std::ostream &os, const NetworkBase &net, Real duration, const Params ¶ms=Params()) |
void | cypress::sli::read_response (std::istream &is, NetworkBase &net) |
Contains some functions to turn a network description into a NEST SLI program and to parse the program response.