File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616 - Add ms_nstime2timestr_n() with string size limit, deprecate ms_nstime2timestr().
1717 - With ms_nstime2timestr_n() print "ERROR" for NSTERROR and "UNSET" for NSTUNSET.
1818 - Avoid fatal errors when v2 record blockettes contain invalid time stamps.
19- When SEED "btime" values are encountered they are now set to NSTERROR and
19+ When invalid SEED "btime" values are encountered they are now set to NSTERROR and
2020 serialized in extra headers as "ERROR".
2121 - Limit float point values in extra headers to single precision to avoid
2222 unrealistically high precision values in the output
Original file line number Diff line number Diff line change 11LIBRARY libmseed.dll
22EXPORTS
33 ms_nstime2time
4+ ms_nstime2timestr_n
45 ms_nstime2timestr
56 ms_nstime2timestrz
67 ms_time2nstime
@@ -12,6 +13,7 @@ EXPORTS
1213 msr3_parse
1314 msr3_pack
1415 msr3_repack_mseed3
16+ msr3_repack_mseed2
1517 msr3_pack_header3
1618 msr3_pack_header2
1719 msr3_unpack_data
@@ -45,7 +47,8 @@ EXPORTS
4547 mstl3_convertsamples
4648 mstl3_resize_buffers
4749 mstl3_pack
48- mstraceseg3_pack
50+ mstl3_pack_segment
51+ mstl3_pack_ppupdate_flushidle
4952 mstl3_printtracelist
5053 mstl3_printsynclist
5154 mstl3_printgaplist
You can’t perform that action at this time.
0 commit comments