![]() |
NEURON
|
#include <../../nrnconf.h>#include <InterViews/resource.h>#include <stdio.h>#include <inttypes.h>#include "ocfile.h"#include "nrnoc2iv.h"#include "classreg.h"#include "ndatclas.h"#include "nrniv_mf.h"#include "tqueue.h"#include "netcon.h"#include "vrecitem.h"#include "membfunc.h"Go to the source code of this file.
Classes | |
| class | SaveState |
| struct | SaveState::NodeState |
| struct | SaveState::SecState |
| struct | SaveState::StateStructInfo |
| struct | SaveState::ACellState |
| struct | SaveState::NetConState |
| struct | SaveState::PreSynState |
| struct | SaveState::TQState |
Macros | |
| #define | ASSERTfgets(a, b, c) nrn_assert(fgets(a,b,c) != 0) |
| #define | ASSERTfread(a, b, c, d) nrn_assert(fread(a,b,c,d) == c) |
| #define | ASSERTfwrite(a, b, c, d) nrn_assert(fwrite(a,b,c,d) == c) |
Typedefs | |
| typedef void(* | ReceiveFunc) (Point_process *, double *, double) |
Functions | |
| void | nrn_shape_update () |
| TQueue * | net_cvode_instance_event_queue (NrnThread *) |
| void | clear_event_queue () |
| hoc_Item * | net_cvode_instance_psl () |
| PlayRecList * | net_cvode_instance_prl () |
| static void | tqcallback (const TQItem *tq, int i) |
| for (int i=0, j=0;i< n_memb_func;++i) if(nrn_is_artificial_[i]) | |
| for (int isec=0;isec< nsec_;++isec) | |
| if (!checknet(warn)) | |
| assert (isec==section_count) | |
| assert (nroot_==nrn_global_ncell) | |
| if (nprs_) | |
| allocnet () | |
| static void * | cons (Object *) |
| static void | destruct (void *v) |
| static double | save (void *v) |
| static double | restore (void *v) |
| static double | ssread (void *v) |
| static double | sswrite (void *v) |
| void | SaveState_reg () |
Variables | |
| int | section_count |
| Section ** | secorder |
| ReceiveFunc * | pnt_receive |
| NetCvode * | net_cvode_instance |
| double | t |
| short * | nrn_is_artificial_ |
| void(* | nrnpy_restore_savestate )(int64_t, char *) = NULL |
| void(* | nrnpy_store_savestate )(char **save_data, uint64_t *save_data_size) = NULL |
| static SaveState * | this_savestate |
| static int | callback_mode |
| return | true |
| PlayRecList * | prl = net_cvode_instance_prl() |
| nprs_ = prl->count() | |
| static Member_func | members [] |
| #define ASSERTfgets | ( | a, | |
| b, | |||
| c | |||
| ) | nrn_assert(fgets(a,b,c) != 0) |
Definition at line 34 of file savstate.cpp.
| #define ASSERTfread | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | nrn_assert(fread(a,b,c,d) == c) |
Definition at line 35 of file savstate.cpp.
| #define ASSERTfwrite | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | nrn_assert(fwrite(a,b,c,d) == c) |
Definition at line 36 of file savstate.cpp.
| typedef void(* ReceiveFunc) (Point_process *, double *, double) |
Definition at line 16 of file savstate.cpp.
| allocnet | ( | ) |
| assert | ( | isec | = =section_count | ) |
| assert | ( | nroot_ | = =nrn_global_ncell | ) |
| void clear_event_queue | ( | ) |
Definition at line 57 of file cvodestb.cpp.
Definition at line 1189 of file savstate.cpp.
Definition at line 1195 of file savstate.cpp.
| for | ( | int | i = 0 | ) |
Definition at line 288 of file savstate.cpp.
| for | ( | ) |
Definition at line 294 of file savstate.cpp.
| if | ( | ! | checknetwarn | ) |
Definition at line 356 of file savstate.cpp.
| if | ( | nprs_ | ) |
Definition at line 441 of file savstate.cpp.
Definition at line 297 of file netcvode.cpp.
| PlayRecList* net_cvode_instance_prl | ( | ) |
Definition at line 305 of file netcvode.cpp.
| hoc_Item* net_cvode_instance_psl | ( | ) |
Definition at line 301 of file netcvode.cpp.
| void nrn_shape_update | ( | ) |
Definition at line 932 of file treeset.cpp.
|
static |
Definition at line 1206 of file savstate.cpp.
|
static |
Definition at line 1200 of file savstate.cpp.
| void SaveState_reg | ( | ) |
Definition at line 1246 of file savstate.cpp.
|
static |
Definition at line 1216 of file savstate.cpp.
|
static |
Definition at line 1227 of file savstate.cpp.
Definition at line 139 of file savstate.cpp.
|
static |
Definition at line 137 of file savstate.cpp.
|
static |
| NetCvode* net_cvode_instance |
Definition at line 27 of file cvodestb.cpp.
| nprs_ = prl->count() |
Definition at line 440 of file savstate.cpp.
Definition at line 31 of file savstate.cpp.
Definition at line 32 of file savstate.cpp.
| ReceiveFunc* pnt_receive |
| PlayRecList* prl = net_cvode_instance_prl() |
Definition at line 439 of file savstate.cpp.
|
static |
Definition at line 136 of file savstate.cpp.
| return true |
Definition at line 357 of file savstate.cpp.