SpikeStream Library
0.2
|
00001 // Defines types for different variables used by spikestream. */ 00002 00003 namespace spikestream { 00004 00006 typedef unsigned int networkid_t; 00007 00009 typedef unsigned int neurid_t; 00010 00012 typedef unsigned int neurgrpid_t; 00013 00015 typedef unsigned int conid_t; 00016 00018 typedef unsigned int congrpid_t; 00019 00021 typedef int timestep_t; 00022 } 00023 00024