// ************************************************************** // // Module UMACUI // This is a demo module for Delta TAU controller // // // Seva Kaplounenko, Stanford Linear Accelerator Center // 6/14/06 // #ifndef __UMACUI_HEADER #define __UMACUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void umacui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif