typedef struct {
EF_DVS_TIME tLogTime;
int nMajorType;
int nMinorType;
union {
struct {
unsigned int nDevNo;//设备ID(报警输入,摄像头)
}Alarm_LOG_t;
struct {
char sNetUser[NAME_LEN];//网络操作的用户名
char sRemoteHostAddr[16];//远程主机地址
}Operate_LOG_t;

struct {
unsigned int nDevNo;
}Exception_LOG_t;
}logData;
}EF_DVS_LOG_INFO