61 lines
1.5 KiB
C
61 lines
1.5 KiB
C
/*
|
|
* $Id$
|
|
*
|
|
* Author Jeffrey O. Hill
|
|
* johill@lanl.gov
|
|
* 505 665 1831
|
|
*
|
|
* Experimental Physics and Industrial Control System (EPICS)
|
|
*
|
|
* Copyright 1991, the Regents of the University of California,
|
|
* and the University of Chicago Board of Governors.
|
|
*
|
|
* This software was produced under U.S. Government contracts:
|
|
* (W-7405-ENG-36) at the Los Alamos National Laboratory,
|
|
* and (W-31-109-ENG-38) at Argonne National Laboratory.
|
|
*
|
|
* Initial development by:
|
|
* The Controls and Automation Group (AT-8)
|
|
* Ground Test Accelerator
|
|
* Accelerator Technology Division
|
|
* Los Alamos National Laboratory
|
|
*
|
|
* Co-developed with
|
|
* The Controls and Computing Group
|
|
* Accelerator Systems Division
|
|
* Advanced Photon Source
|
|
* Argonne National Laboratory
|
|
*
|
|
*
|
|
* History
|
|
* $Log$
|
|
* Revision 1.4 1997/04/10 19:34:02 jhill
|
|
* API changes
|
|
*
|
|
* Revision 1.3 1996/12/11 00:59:37 jhill
|
|
* added bad chan attachment detection
|
|
*
|
|
* Revision 1.2 1996/11/02 00:54:06 jhill
|
|
* many improvements
|
|
*
|
|
* Revision 1.1.1.1 1996/06/20 00:28:16 jhill
|
|
* ca server installation
|
|
*
|
|
*
|
|
*/
|
|
|
|
|
|
#ifndef casClientIL_h
|
|
#define casClientIL_h
|
|
|
|
//
|
|
// casClient::getDebugLevel()
|
|
//
|
|
//inline unsigned casClient::getDebugLevel() const
|
|
//{
|
|
// return this->ctx.getServer()->getDebugLevel();
|
|
//}
|
|
|
|
#endif // casClientIL_h
|
|
|