hi!
This commit is contained in:
@@ -14,11 +14,11 @@ typedef struct {
|
||||
} DlogSet;
|
||||
|
||||
|
||||
int DlogOpen(DlogSet *dset, char *name, int write);
|
||||
int DlogOpen(DlogSet *dset, char *name);
|
||||
/* open existing dlog set */
|
||||
|
||||
int DlogCreate(DlogSet *dset, char *name, time_t start, int nset, int nlen, int period, float undef);
|
||||
/* create new dlog file */
|
||||
int DlogOpenWrt(DlogSet *dset, char *name, time_t start, int nset, int nlen, int period, float undef);
|
||||
/* create or append to new dlog file */
|
||||
|
||||
int DlogPut(DlogSet *dset, time_t time, int nset, float val[]);
|
||||
/* put values to dlog set */
|
||||
|
||||
Reference in New Issue
Block a user