#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "qsastimedll.h"
Typedefs | |
typedef struct QSASConfigStruct | QSASConfig |
Functions | |
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) |
typedef struct QSASConfigStruct QSASConfig |
QSASTIMEDLLIMPEXP void btimeqsas | ( | int * | year, | |
int * | month, | |||
int * | day, | |||
int * | hour, | |||
int * | min, | |||
double * | sec, | |||
double | ctime, | |||
QSASConfig * | qsasconfig | |||
) |
QSASTIMEDLLIMPEXP void closeqsas | ( | 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 | |||
) |
QSASTIMEDLLIMPEXP size_t strfqsas | ( | char * | buf, | |
size_t | len, | |||
const char * | format, | |||
double | ctime, | |||
QSASConfig * | qsasconfig | |||
) |