![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <hocdec.h>#include "hocassrt.h"Go to the source code of this file.
Classes | |
| struct | RetrieveAudit |
Macros | |
| #define | AUDIT_SCRIPT_DIR "$NEURONHOME/lib/auditscripts" |
| #define | AUDIT_DIR "AUDIT" |
Typedefs | |
| typedef struct RetrieveAudit | RetrieveAudit |
Functions | |
| static void | pipesend (int type, const char *s) |
| static void | hoc_audit_init (void) |
| void | hoc_audit_from_hoc_main1 (int argc, const char **argv, const char **envp) |
| void | hoc_audit_command (const char *buf) |
| void | hoc_audit_from_xopen1 (const char *fname, const char *rcs) |
| void | hoc_audit_from_final_exit (void) |
| void | hoc_Saveaudit (void) |
| int | hoc_saveaudit (void) |
| int | hoc_retrieving_audit (void) |
| void | hoc_Retrieveaudit (void) |
| static void | xopen_audit (void) |
| int | hoc_retrieve_audit (int id) |
| void | hoc_xopen_from_audit (const char *fname) |
Variables | |
| static int | doaudit |
| static FILE * | faudit |
| static FILE * | audit_pipe |
| static RetrieveAudit | retrieve_audit |
| typedef struct RetrieveAudit RetrieveAudit |
|
static |