PLplot  5.15.0
qsastime.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "qsastimedll.h"

Go to the source code of this file.

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 Documentation

◆ QSASConfig

typedef struct QSASConfigStruct QSASConfig

Definition at line 50 of file qsastime.h.

Function Documentation

◆ btimeqsas()

QSASTIMEDLLIMPEXP void btimeqsas ( int *  year,
int *  month,
int *  day,
int *  hour,
int *  min,
double *  sec,
double  ctime,
QSASConfig qsasconfig 
)

Definition at line 1233 of file qsastime.c.

◆ closeqsas()

QSASTIMEDLLIMPEXP void closeqsas ( QSASConfig **  qsasconfig)

Definition at line 1200 of file qsastime.c.

◆ configqsas()

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 
)

Definition at line 1142 of file qsastime.c.

◆ ctimeqsas()

QSASTIMEDLLIMPEXP int ctimeqsas ( int  year,
int  month,
int  day,
int  hour,
int  min,
double  sec,
double *  ctime,
QSASConfig qsasconfig 
)

Definition at line 1210 of file qsastime.c.

◆ strfqsas()

QSASTIMEDLLIMPEXP size_t strfqsas ( char *  buf,
size_t  len,
const char *  format,
double  ctime,
QSASConfig qsasconfig 
)

Definition at line 1271 of file qsastime.c.