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

Go to the source code of this file.

Macros

#define SIG_PF   void (*)(...)
 

Functions

void HandleOutput (const char *buf)
 
const char * neuronhome ()
 
void start ()
 
void stop ()
 
void send (const char *url)
 
static void quit (const char *msg)
 
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_
 

Macro Definition Documentation

◆ SIG_PF

#define SIG_PF   void (*)(...)

Definition at line 199 of file hel2mos.cpp.

Function Documentation

◆ find()

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

Definition at line 84 of file hel2mos.cpp.

◆ HandleOutput()

void HandleOutput ( const char *  buf)

Definition at line 18 of file hel2mos.cpp.

◆ help()

static void help ( const char *  msg)
static

Definition at line 104 of file hel2mos.cpp.

◆ main()

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

Definition at line 42 of file hel2mos.cpp.

◆ neuronhome()

const char * neuronhome ( )

Definition at line 139 of file hel2mos.cpp.

◆ quit()

static void quit ( const char *  msg)
static

Definition at line 30 of file hel2mos.cpp.

◆ send()

void send ( const char *  url)

Definition at line 212 of file hel2mos.cpp.

◆ start()

void start ( )

Definition at line 205 of file hel2mos.cpp.

◆ stop()

void stop ( )

Definition at line 209 of file hel2mos.cpp.

Variable Documentation

◆ mosaic_pid_

int mosaic_pid_
static

Definition at line 203 of file hel2mos.cpp.

◆ quit_

bool quit_
static

Definition at line 28 of file hel2mos.cpp.

◆ shelp

CopyString* shelp
static

Definition at line 39 of file hel2mos.cpp.