Conventions for synapse type names
From NEST
[ Coding_Guidelines ]
- Each connector needs to have a meaningful name, CName in this document
- The filenames for the connector are lower case and according to the following set of rules:
- Connection header:
cname_connection.h
- Connection implementation:
cname_connection.cpp
- Class names for connectors are written in CamelCase and have to follow these templates:
- Connector class:
CNameConnector
- Connector properties class:
CNameConnectorProperties
- The connector has to be registered under the name
cname_synapse with the simulation kernel