103 #define double_t_max (DBL_MAX) // because C++ language designers are apes
104 #define double_t_min (DBL_MIN) // (only integral consts are compile time)
size_t index
Unsigned long type for enumerations.
Definition: nest.h:109
double_t weight
Weight of a connection.
Definition: nest.h:170
int int_t
Integer number with at least 16 bit.
Definition: nest.h:95
const index max_targetindex
Definition: nest.h:125
const rport invalid_port_
Value for invalid connection port number.
Definition: nest.h:160
const long_t delay_max
Definition: nest.h:179
const long_t delay_min
Definition: nest.h:180
const synindex invalid_synindex
Definition: nest.h:116
long_t rport
Connection port number to distinguish incoming connections, also called receiver port.
Definition: nest.h:147
const index invalid_index
Definition: nest.h:110
unsigned short targetindex
Unsigned short type for compact target representation.
Definition: nest.h:123
long long tic_t
Type for Time tics.
Definition: nest.h:82
const tic_t tic_t_min
Definition: nest.h:84
const long_t long_t_max
Definition: nest.h:100
long_t port
Connection port number to distinguis outgoing connections.
Definition: nest.h:155
double double_t
Double precision floating point numbers.
Definition: nest.h:93
unsigned int uint_t
Unsigned int_t.
Definition: nest.h:97
const Name max("max")
Definition: topology_names.h:75
unsigned char synindex
Unsigned char type for enumerations of synapse types.
Definition: nest.h:115
long_t delay
Delay of a connection.
Definition: nest.h:178
const thread invalid_thread_
Value for invalid connection port number.
Definition: nest.h:138
const tic_t tic_t_max
Definition: nest.h:83
const long_t long_t_min
Definition: nest.h:101
int_t thread
Thread index type.
Definition: nest.h:133
long long_t
Integer number with at least 32 bit.
Definition: nest.h:96
const targetindex invalid_targetindex
Definition: nest.h:124
unsigned long ulong_t
Unsigned long_t.
Definition: nest.h:98
float float_t
Single precision floating point numbers.
Definition: nest.h:94