#include <stdio.h>
#include <string.h>
#include <vector>
#include "ISLogFileBase.h"
#include "com_manager.h"
Go to the source code of this file.
Classes | |
class | cDeviceLog |
Macros | |
#define | IS_LOG_FILE_PREFIX "LOG_SN" |
#define | IS_LOG_FILE_PREFIX_LENGTH 6 |
#define | IS_LOG_TIMESTAMP_LENGTH 15 |
#define IS_LOG_FILE_PREFIX "LOG_SN" |
Definition at line 29 of file DeviceLog.h.
#define IS_LOG_FILE_PREFIX_LENGTH 6 |
Definition at line 30 of file DeviceLog.h.
#define IS_LOG_TIMESTAMP_LENGTH 15 |
Definition at line 31 of file DeviceLog.h.