#ifndef _Brooks0254Input_C_ #define _Brooks0254Input_C_ /* This is the C-interface for the EPICS device support access */ /* This is the function to instntiate the object and extract */ /* the parameters from the string in the input field of the EPICS record */ int brooksInputSet( const char* inp ) ; int brooksInputChassis() ; int brooksInputCard() ; int brooksInputPortType(); int brooksInputParameter(); #endif