.. index:: pair: namespace; brain_devices .. _doxid-namespacebrain__devices: namespace brain_devices ======================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block namespace brain_devices { // global functions def :target:`PoissonSpikeGenerator`( nest nest, name name, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`DCSource`( nest nest, name name, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`LeakyIntegrator`( nest nest, name name, neurons neurons, n n, n_type n_type, leaky_params leaky_params, conn_spec conn_spec, delay delay ); def :target:`LeakyIntegratorAlpha`( nest nest, name name, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`LeakyIntegratorExp`( nest nest, name name, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`PoissonSpikeGenerator`( nest nest, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`DCSource`( nest nest, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`LeakyIntegrator`( nest nest, neurons neurons, n n, n_type n_type, leaky_params leaky_params, conn_spec conn_spec, delay delay ); def :target:`LeakyIntegratorAlpha`( nest nest, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); def :target:`LeakyIntegratorExp`( nest nest, neurons neurons, n n = 1, conn_spec conn_spec = 'all_to_all' ); } // namespace brain_devices