sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
regions.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 The University of Manchester
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * https://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
22#pragma once
23
regions_e
DSG region identifiers.
Definition regions.h:25
@ NEURON_PARAMS_REGION
neuron parameters; 2
Definition regions.h:28
@ CORE_PARAMS_REGION
core parameters; 1
Definition regions.h:27
@ PROFILER_REGION
profiling; 11
Definition regions.h:37
@ INITIAL_VALUES_REGION
initial neuron state; 16
Definition regions.h:42
@ RECORDING_REGION
general recording data; 15
Definition regions.h:41
@ BIT_FIELD_FILTER_REGION
bitfield filter; 14
Definition regions.h:40
@ SYNAPSE_PARAMS_REGION
synapse parameters; 4
Definition regions.h:30
@ PROVENANCE_DATA_REGION
provenance; 10
Definition regions.h:36
@ POPULATION_TABLE_REGION
master population table; 5
Definition regions.h:31
@ SYNAPSE_DYNAMICS_REGION
synapse dynamics; 7
Definition regions.h:33
@ STRUCTURAL_DYNAMICS_REGION
structural dynamics; 8
Definition regions.h:34
@ SYSTEM_REGION
simulation system; 0
Definition regions.h:26
@ NEURON_RECORDING_REGION
recording; 9
Definition regions.h:35
@ SYNAPTIC_MATRIX_REGION
synaptic matrix; 6
Definition regions.h:32
@ CONNECTOR_BUILDER_REGION
connection building; 12
Definition regions.h:38
@ NEURON_BUILDER_REGION
neuron building; 13
Definition regions.h:39
@ CURRENT_SOURCE_PARAMS_REGION
current source parameters; 3
Definition regions.h:29