ヘッダファイル名 Header file name |
機能・用途 Purpose |
sac/index.h | sacヘッダファイルパッケージ内の
他のヘッダファイル一式をインクルードするためのヘッダファイル。 A header file to include all the other header files in sac header file package. |
sac/macro.h | sacヘッダファイルパッケージ用のマクロの定義。 Definitions of macros for sac header file package. |
sac/grobal.h | sacヘッダファイルパッケージ用のグローバル変数の定義。 Definitions of grobal variables for sac header file package. |
sac/structure.h | sacヘッダファイルパッケージ用の構造体の定義。 Definitions of structures for sac header file package. |
sac/prototype.h | sacヘッダファイルパッケージ内の関数のプロトタイプ。 Prototypes of functions in sac header file package. |
ヘッダファイル名 Header file name |
機能・用途 Purpose |
sac/check.h | SACデータをチェックする関数。 Functions to check a SAC data. |
sac/convert.h | SACデータを表現するための構造体・共用体と
他のデータ形式との間の変換を行う関数。 Functions to make conversion between structures and unions which represent a SAC data and other data formats. |
sac/initialize.h | SACデータを表現するための構造体・共用体を初期化する関数。 Functions to initialize structures and unions which represent a SAC data. |
sac/operation.h | SACデータに対する様々な処理を行う関数。 Functions to conduct various operations for SAC data. |
sac/readwrite.h | SACデータのファイル入出力や画面出力を行う関数。 Function to read and write SAC data from/to a file and to a display output. |