more code
This commit is contained in:
parent
f100a328b4
commit
fe4dca9b1e
|
@ -60,6 +60,7 @@ static int32_t get_current_temp(STsdb *pTsdb, char fname[], EFsEditType etype) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int32_t save_fs_to_file(struct STFileSystem *pFS, const char *fname) {
|
static int32_t save_fs_to_file(struct STFileSystem *pFS, const char *fname) {
|
||||||
|
cJSON *pJson = NULL;
|
||||||
ASSERTS(0, "TODO: Not implemented yet");
|
ASSERTS(0, "TODO: Not implemented yet");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,6 @@ typedef enum {
|
||||||
TSDB_FTYPE_DATA, // .data
|
TSDB_FTYPE_DATA, // .data
|
||||||
TSDB_FTYPE_SMA, // .sma
|
TSDB_FTYPE_SMA, // .sma
|
||||||
TSDB_FTYPE_TOMB, // .tomb
|
TSDB_FTYPE_TOMB, // .tomb
|
||||||
TSDB_FTYPE_MAX, // max file type
|
|
||||||
TSDB_FTYPE_STT, // .stt
|
TSDB_FTYPE_STT, // .stt
|
||||||
} tsdb_ftype_t;
|
} tsdb_ftype_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue