関数名 Function name |
機能・用途 Purpose |
sequence2sac_timeseq | struct sequence型構造体で表された時系列データを
SAC形式(struct sac_timeseq型構造体)に変換する。 Convert a time series data, expressed by a struct sequence-type structure, to SAC format (a struct sac_timeseq-type structure). 【struct sequence → struct sac_timeseq】 |
sacheader_enumvalue2enumStr | enum sacheader_enumvalue型変数の値(整数値)を、
その整数値が表す列挙定数の文字列に変換する。 Convert the value (integer) of an enum sacheader_enumvalue-type variable to a string that represents the corresponding enumerated constant. 【enum sacheader_enumvalue → char ∗】 |
sacHeaderTime2humanTime | SACヘッダにおける基準時刻を
struct humanTime型構造体に変換する。 Convert the reference time in a SAC header to a struct humanTime-type structure. 【union sacheader → struct humanTime】 |
humanTime2sacIndex | struct humanTime型構造体で表された絶対日時を
SAC時系列データ内でのサンプル番号
(struct sac_timeseq型構造体のメンバdata.valueの配列要素番号)
に変換する。 Convert an absolute date and time, expressed by a struct humanTime-type structure, to a sample index in a SAC time series data (i.e., an index of array of member data.value of a struct sac_timeseq-type structure). 【struct humanTime → int】 |