
This is our new RELEASE-4_0 branch which was taken from ansto/93d9a7c Conflicts: .gitignore SICSmain.c asynnet.c confvirtualmot.c counter.c devexec.c drive.c event.h exebuf.c exeman.c histmem.c interface.h motor.c motorlist.c motorsec.c multicounter.c napi.c napi.h napi4.c network.c nwatch.c nxscript.c nxxml.c nxxml.h ofac.c reflist.c scan.c sicshipadaba.c sicsobj.c site_ansto/docs/Copyright.txt site_ansto/instrument/lyrebird/config/tasmad/sicscommon/nxsupport.tcl site_ansto/instrument/lyrebird/config/tasmad/taspub_sics/tasscript.tcl statusfile.c tasdrive.c tasub.c tasub.h tasublib.c tasublib.h
25 lines
758 B
C
25 lines
758 B
C
/**
|
|
* Startup commands and definitions
|
|
*
|
|
* copyright: see file COPYRIGHT
|
|
*
|
|
* SICS is a highly configurable system. This function implements
|
|
* the configurable. Configuration is meant to happen via a Tcl-
|
|
* configuration script. This module will initialize commands which
|
|
* create SICS-objects. Than an initialization file is evaluated
|
|
* via the macro facility. As most of the initialization commands
|
|
* will no longer be needed after this, they will be deleted.
|
|
* All this will be run with a higly privileged connection which
|
|
* prints to stdout/stdin.
|
|
*
|
|
* Mark Koennecke 1996 - ?
|
|
* Markus Zolliker Jan 2010
|
|
*/
|
|
|
|
#ifndef OBJECTFACTORY
|
|
#define OBJECTFACTORY
|
|
#include "sics.h"
|
|
|
|
int InitObjectCommands(pServer pServ, char *file);
|
|
#endif
|