00001 #ifndef __H_HIST__
00002 #define __H_HIST__
00003
00004 #define DEV_HIST_NAME "/dev/hist"
00005
00006 #define IOC_HIST_SET 0x10
00007 #define IOC_HIST_SET_LOG 0x11
00008 #define IOC_HIST_GET 0x20
00009
00010 #define IOC_HIST_RTC_GET 0x30
00011
00012 #define IOC_STREAM_SET_FPS 0x20
00013 #define IOC_STREAM_GET_QTABLES 0x30
00014
00015 #define IOC_STREAM_GET_TIME 0x31
00016
00017 #define REZ_HIST_TABLE 0x00
00018 #define REZ_HIST_CONF 0x01
00019
00020 #define HIST_NOT_CHANGE 0xFFFF
00021
00022 #endif // __H_HIST__