versadac  1
versadac - Scalable Recorder Firmware
ENUM_GridType.h
1 
2 /*
3 Possible grid configurations
4 $Id: ENUM_GridType.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_GRID_TYPE_H
8 #define __ENUM_GRID_TYPE_H
9 
10 enum ENUM_GridType
11 {
12  ENUM_GridNone,
13  ENUM_GridLinear,
14  ENUM_GridLog,
15  ENUM_GridFromPoint,
16  ENUM_GridTypeNumberOfTypes
17 };
18 
19 #endif /* __ENUM_GRID_TYPE_H */