NEURON
hel2mos.cpp File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fstream>
#include <string>
#include <InterViews/regexp.h>
#include "nrnbbs.h"
#include <unistd.h>
#include <signal.h>

Go to the source code of this file.

Functions

const char * neuronhome ()
 
void start ()
 
void stop ()
 
void send (const char *url)
 
static void quit (const char *msg)
 
static RETSIGTYPE quit1 (int)
 
static void help (const char *)
 
int main (int argc, const char **argv)
 
static bool find (const char *key, char *val)
 

Variables

static bool quit_
 
static CopyStringshelp
 
static int mosaic_pid_
 

Function Documentation

◆ find()

static bool find ( const char *  key,
char *  val 
)
static

Definition at line 87 of file hel2mos.cpp.

◆ help()

static void help ( const char *  msg)
static

Definition at line 107 of file hel2mos.cpp.

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 43 of file hel2mos.cpp.

◆ neuronhome()

const char * neuronhome ( )

Definition at line 142 of file hel2mos.cpp.

◆ quit()

static void quit ( const char *  msg)
static

Definition at line 27 of file hel2mos.cpp.

◆ quit1()

static RETSIGTYPE quit1 ( int  )
static

Definition at line 35 of file hel2mos.cpp.

◆ send()

void send ( const char *  url)

Definition at line 214 of file hel2mos.cpp.

◆ start()

void start ( )

Definition at line 204 of file hel2mos.cpp.

◆ stop()

void stop ( )

Definition at line 212 of file hel2mos.cpp.

Variable Documentation

◆ mosaic_pid_

int mosaic_pid_
static

Definition at line 202 of file hel2mos.cpp.

◆ quit_

bool quit_
static

Definition at line 25 of file hel2mos.cpp.

◆ shelp

CopyString* shelp
static

Definition at line 40 of file hel2mos.cpp.