*** empty log message ***
This commit is contained in:
@@ -35,14 +35,15 @@ int DataPutAll(DataBase *dBase, int time);
|
||||
put all variables in a set to their dataset
|
||||
*/
|
||||
|
||||
int DataDecode(float *data, int dataSize, char *coded, int *retLen);
|
||||
int DataGetCoded(char *names, int startTime, int endTime, int step, int stdStep, char *coded, int codedLen);
|
||||
int DataGetMult(char *names, int startTime, int endTime, int step, int stdStep, float *data, int data_len);
|
||||
/*
|
||||
get multiple datasets
|
||||
*/
|
||||
|
||||
/*
|
||||
define DATA_UNDEF as a binary and decimal well defined, hopefully rarely used number
|
||||
*/
|
||||
#define DATA_UNDEF MYC_NAN
|
||||
#define DATA_GAP (MYC_NAN*2)
|
||||
#define DATA_CODE "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ[]abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
#endif /* TECS_DATA_H_ */
|
||||
|
||||
Reference in New Issue
Block a user