📄 cmdh.h
字号:
#ifndef FITS_CMDH_H
#define FITS_CMDH_H
#include <string>
#include "fits_util.h"
#include "hxmt_file.h"
#include "Fits.h"
#include "fitsio.h"
typedef struct CMDH_struct
{
long cir;
timespec_t e_time;
std::string event;
long param;
std::string cmd;
} CMDH_t;
int LoadCMDH( const hxmt_file_t *hxmtfile , struct sci_intern *s );
int open_fits_cmdh( const hxmt_file_t *hxmtfile, fitsfile **fptr );
int write_fits_cmdh( fitsfile *fptr, const CMDH_t *cmdh, int n );
int close_fits_cmdh( fitsfile *fptr );
#endif /* FITS_CMDH_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -