1MSR_PRINT(3)               Library Functions Manual               MSR_PRINT(3)
2
3
4

NAME

6       msr_print - Printing of Mini-SEED record header values.
7
8

SYNOPSIS

10       #include <libmseed.h>
11
12       void   msr_print ( MSRecord *msr, flag details );
13
14

DESCRIPTION

16       msr_print  prints  formatted  details  from  the  given MSRecord struct
17       (parsed record header), i.e. fixed section and blockettes.  All  output
18       is  printed  using ms_log(3) at level 0.  The details flag controls how
19       much information is printed:
20       0  : a single line summarizing the record
21       1  : most commonly desired header details
22       2+ : all header details
23
24       If no fixed section header information is  available  at  MSRecord.fsdh
25       then  a  single  line  is  printed  from  the  other information in the
26       MSRecord structure.
27
28

SEE ALSO

30       ms_intro(3) and msr_unpack(3).
31
32

AUTHOR

34       Chad Trabant
35       IRIS Data Management Center
36
37
38
39Libmseed API                      2006/11/27                      MSR_PRINT(3)
Impressum