#include <stdio.h>
#include <string.h>
#include <earthworm.h>
#include <rw_mag.h>
Go to the source code of this file.
Functions | |
int | strappend (char *s1, int s1max, char *s2) |
int | tokenlength (char *begtok, char c) |
int | rd_mag (char *msg, int msgLen, MAG_INFO *pMag) |
int | rd_chan_mag (char *msg, int msglen, MAG_CHAN_INFO *pMci, int size_ml) |
int | wr_mag (MAG_INFO *pMag, char *buf, int buflen) |
int | wr_chan_mag (MAG_CHAN_INFO *pMci, int nchannels, char *buf, int buflen) |
|
Definition at line 155 of file rw_mag.c. References _MAG_CHAN_INFO::Amp2, _MAG_CHAN_INFO::comp, _MAG_CHAN_INFO::net, _MAG_CHAN_INFO::Period2, _MAG_CHAN_INFO::sta, _MAG_CHAN_INFO::Time2, tokenlength(), TRACE_CHAN_LEN, TRACE_NET_LEN, and TRACE_STA_LEN. Referenced by rd_mag(). |
|
|
|
|
|
|
Definition at line 298 of file rw_mag.c. References strappend(). Referenced by wr_mag(). |
|