Files
sics/ofac.h
koennecke 1afe142812 - Removed old code
- Extended tasker to support task groups
- Added task functions for motors and counters
- Modifed devexec to use the new task functions
- Modified TAS to treat the monochromator separatly
- Coded a EIGER monochromator module to reflect even more new
  requirements
- Added EPICS counters and motors
- Modified multicounter to be better performing


SKIPPED:
	psi/eigermono.c
	psi/make_gen
	psi/makefile_linux
	psi/psi.c
	psi/sinqhttp.c
2013-04-02 15:13:35 +00:00

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