msr_duplicate.3
来自「C编写的格式转换程序」· 3 代码 · 共 31 行
3
31 行
.TH MSR_DUPLICATE 3 2007/04/28 "Libmseed API".SH DESCRIPTIONDuplicate an MSRecord structure.SH SYNOPSIS.nf.B #include <libmseed.h>.BI "MSRecord *\fBmsr_duplicate\fP ( MSRecord *" msr ", flag " datadup " );".fi.SH DESCRIPTION\fBmsr_duplicate\fP creates a copy of an MSRecord structure includingall sub-structures (FSDH and blockette chain). If the \fIdatadup\fPflag is true the data samples from \fImsr\fP will also be duplicated,otherwise the copy MSRecord will not have any associated data samplearray regardless if the source MSRecord had any..SH RETURN VALUE\fBmsr_dupliate\fP returns a pointer to an MSRecord on success andNULL on error..SH SEE ALSO\fBms_intro(3)\fP.SH AUTHOR.nfChad TrabantIRIS Data Management Center.fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?