Go to the documentation of this file.
22 std::vector<int>& netcon_negsrcgid_tid);
45 int valid = (*nrn2core_get_dat1_)(
53 this->
netcon_srcgids = std::vector<int>(netcon_srcgid, netcon_srcgid + n_netcon);
54 delete[] netcon_srcgid;
63 this->netcon_srcgids.end(),
85 const std::lock_guard<OMP_Mutex> lock(
mut);
97 sprintf(m,
"gid=%d already exists as an input port", gid);
99 "Setup all the output ports on this process before using them as "
103 sprintf(m,
"gid=%d already exists on this process as an output port", gid);
bool fail() const
Is the file not open.
int(* nrn2core_get_dat1_)(int tid, int &n_presyn, int &n_netcon, int *&output_gid, int *&netcon_srcgid, std::vector< int > &netcon_negsrcgid_tid)
void close()
Close currently open file.
std::vector< int * > nrnthreads_netcon_srcgid
Only for setup vector of netcon source gids.
void populate(NrnThread &nt, OMP_Mutex &mut)
int read_int()
Parse a single integer entry.
PreSynHelper * presyns_helper
void hoc_execerror(const char *s1, const char *s2)
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
std::vector< int > netcon_srcgids
std::map< int, InputPreSyn * > gid2in
std::vector< std::vector< int > > nrnthreads_netcon_negsrcgid_tid
If a nrnthreads_netcon_srcgid is negative, need to determine the thread when in order to use the corr...
std::map< int, PreSyn * > gid2out
Maps for ouput and input presyns.
std::vector< int > netcon_negsrcgid_tid
std::vector< int > output_gids
std::vector< std::map< int, PreSyn * > > neg_gid2out
Vector of maps for negative presyns.
std::vector< T > read_vector(size_t count)
void * ecalloc_align(size_t n, size_t size, size_t alignment)
#define nrn_assert(x)
assert()-like macro, independent of NDEBUG status