logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

msr_print - Printing of Mini-SEED record header values.

Author

       Chad Trabant
       IRIS Data Management Center

Libmseed API                                       2006/11/27                                       MSR_PRINT(3)

Description

msr_print  prints  formatted  details  from  the given MSRecord struct (parsed record header), i.e. fixed
       section and blockettes.  All output is printed using ms_log(3) at level 0.  The details flag controls how
       much information is printed:
       0  : a single line summarizing the record
       1  : most commonly desired header details
       2+ : all header details

       If no fixed section header information is available at MSRecord.fsdh then a single line is  printed  from
       the other information in the MSRecord structure.

Name

       msr_print - Printing of Mini-SEED record header values.

See Also

ms_intro(3) and msr_unpack(3).

Synopsis

#include<libmseed.h>voidmsr_print(MSRecord*msr,flagdetails);

See Also