Functions

epics/apps/crucible/cbmall_cern2010/thirdParty/src/CAENHVWrapper_2_12/HVWrapperDemo/console.h File Reference

(r4864/r2652)

Go to the source code of this file.

Functions

void con_init (void)
void con_end (void)
void clrscr (void)
void highvideo (void)
void normvideo (void)
int con_getch (void)
int con_putch (int ch)
int con_puts (char *s)
int con_kbhit (void)
int con_printf (char *buf,...)
int con_scanf (char *fmt, void *app)
void gotoxy (int x, int y)
void delay (int msec)

Function Documentation

void clrscr ( void   ) 
void con_end ( void   ) 
int con_getch ( void   ) 
void con_init ( void   ) 
int con_kbhit ( void   ) 
int con_printf ( char *  buf,
  ... 
)
int con_putch ( int  ch  ) 
int con_puts ( char *  s  ) 
int con_scanf ( char *  fmt,
void *  app 
)
void delay ( int  msec  ) 
void gotoxy ( int  x,
int  y 
)
void highvideo ( void   ) 
void normvideo ( void   )