XCube Stream Reader SDK
|
00001 /* 00002 * bogus.h 00003 * 00004 * Created on: Feb 15, 2012 00005 * Author: jtrier 00006 * Description: contains strutures needed for external apps 00007 */ 00008 00009 #ifndef LF1API_H_ 00010 #define LF1API_H_ 00011 00012 #include <sys/time.h> 00013 #include "xcTypes.h" 00014 00015 typedef struct _LF1_STREAM_INFO 00016 { 00017 UINT32 taskType; // task type ID 00018 UINT32 taskEnum; // task run number 00019 INT32 thisZone; // time zone 00020 struct timeval tv; // timestamp for the project 00021 } LF1_STREAM_INFO; 00022 00023 #endif /* LF1API_H_ */