NEURON
sptbinq.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <section.h>
#include <sptree.h>

Go to the source code of this file.

Macros

#define leftlink   left_
 
#define rightlink   right_
 
#define uplink   parent_
 
#define cnt   cnt_
 
#define key   t_
 
#define nt_dt   nrn_threads->_dt
 

Functions

static void prnt (const TQItem *b, int level)
 
static void chk (TQItem *b, int level)
 

Variables

void(* nrn_binq_enqueue_error_handler )(double, TQItem *)
 

Macro Definition Documentation

◆ cnt

#define cnt   cnt_

Definition at line 21 of file sptbinq.cpp.

◆ key

#define key   t_

Definition at line 22 of file sptbinq.cpp.

◆ leftlink

#define leftlink   left_

Definition at line 18 of file sptbinq.cpp.

◆ nt_dt

#define nt_dt   nrn_threads->_dt

Definition at line 26 of file sptbinq.cpp.

◆ rightlink

#define rightlink   right_

Definition at line 19 of file sptbinq.cpp.

◆ uplink

#define uplink   parent_

Definition at line 20 of file sptbinq.cpp.

Function Documentation

◆ chk()

static void chk ( TQItem b,
int  level 
)
static

Definition at line 52 of file sptbinq.cpp.

◆ prnt()

static void prnt ( const TQItem b,
int  level 
)
static

Definition at line 44 of file sptbinq.cpp.

Variable Documentation

◆ nrn_binq_enqueue_error_handler

void(* nrn_binq_enqueue_error_handler) (double, TQItem *) ( double  ,
TQItem  
)

Definition at line 28 of file sptbinq.cpp.