versadac  1
versadac - Scalable Recorder Firmware
ascii_input.h
1 /*******************************************************************************
2 FILE : ascii_input.h
3 SYSTEM : Gnu C C++ for vxWorks
4 AUTHOR : Steve Pickford
5 DATE : 26/04/2012
6 DESCRIPTION : ASCII input protocol support
7 *******************************************************************************/
8 
9 #ifndef __ASCII_INPUT_H
10 #define __ASCII_INPUT_H
11 
12 extern void process_ascii_input(void);
13 extern void resetState(void);
14 
15 #endif /* __ASCII_INPUT_H */