#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "qsastimedll.h"
Go to the source code of this file.
|
QSASTIMEDLLIMPEXP void | configqsas (double scale, double offset1, double offset2, int ccontrol, int ifbtime_offset, int year, int month, int day, int hour, int min, double sec, QSASConfig **qsasconfig) |
|
QSASTIMEDLLIMPEXP void | closeqsas (QSASConfig **qsasconfig) |
|
QSASTIMEDLLIMPEXP int | ctimeqsas (int year, int month, int day, int hour, int min, double sec, double *ctime, QSASConfig *qsasconfig) |
|
QSASTIMEDLLIMPEXP void | btimeqsas (int *year, int *month, int *day, int *hour, int *min, double *sec, double ctime, QSASConfig *qsasconfig) |
|
QSASTIMEDLLIMPEXP size_t | strfqsas (char *buf, size_t len, const char *format, double ctime, QSASConfig *qsasconfig) |
|
QSASTIMEDLLIMPEXP void btimeqsas |
( |
int * |
year, |
|
|
int * |
month, |
|
|
int * |
day, |
|
|
int * |
hour, |
|
|
int * |
min, |
|
|
double * |
sec, |
|
|
double |
ctime, |
|
|
QSASConfig * |
qsasconfig |
|
) |
| |
QSASTIMEDLLIMPEXP void configqsas |
( |
double |
scale, |
|
|
double |
offset1, |
|
|
double |
offset2, |
|
|
int |
ccontrol, |
|
|
int |
ifbtime_offset, |
|
|
int |
year, |
|
|
int |
month, |
|
|
int |
day, |
|
|
int |
hour, |
|
|
int |
min, |
|
|
double |
sec, |
|
|
QSASConfig ** |
qsasconfig |
|
) |
| |
QSASTIMEDLLIMPEXP int ctimeqsas |
( |
int |
year, |
|
|
int |
month, |
|
|
int |
day, |
|
|
int |
hour, |
|
|
int |
min, |
|
|
double |
sec, |
|
|
double * |
ctime, |
|
|
QSASConfig * |
qsasconfig |
|
) |
| |