//*****************************************************************************
//* E.S.O. - VLT project
//*
//* "@(#) $Id: USER.db,v 1.49 2003/12/02 17:54:35 vltsccm Exp $"
//*
//* who       when      what
//* --------  --------  -----------------------------------------------
//* B.GILLI   24/02/95  Created
//* gfilippi  25/08/95  LCU environment (SPR950407)
//*
//*
//************************************************************************
//*
//*  This file contains CCS points that need to be customized to match
//*  the actual configuration.
//*
//*  The comments are guiding you to what shall/can be changed.
//*----------------------------------------------------------------------

// Loads classes definition from standard file
#include "CCS.db"

//
//**************************************************************************
//   SCAN SYSTEM points
//**************************************************************************
//
#ifdef MAKE_VXWORKS
//
// Replace hereafter "remoteEnv" by the name of the
// workstation environment the LCU shall report to.
//
POINT "<VLT scan dev>" "LAN:remoteEnv"	
BEGIN
	ALIAS 	"remoteEnv"
END
#else 

//
// Replace hereafter "remoteEnv" by the name of the LCU environment
// you want to scan data from.
//
POINT "<VLT scan dev>" "ccs_config:scan config:LAN:remoteEnv"
BEGIN
	ALIAS 	"remoteEnv"
END
#endif /*MAKE_VXWORKS*/


//
//**************************************************************************
//   SAMPLING PLOTTING  points
//**************************************************************************
//
// If you need more plots, just duplicate this point, giving:
// - new point name
// - new alias
//

#ifndef MAKE_VXWORKS
POINT PLOT  "ccs_config:plot config:samplePlot"
BEGIN
	ALIAS "samplePlot"
END

#include "tifDB.class"
POINT NULL_CLASS Appl_data:TCS
POINT tifDB      Appl_data:TCS:tif

#endif /*!MAKE_VXWORKS */

//
// ___oOo___