Public Attributes | |
| character(token) | name = "" |
| integer | length = 0 |
| character(string) | longname = "" |
| character(string) | units = "" |
| character(token) | xtype = "" |
| type(gt_history_attr), dimension(:), pointer | attrs =>null() |
座標軸情報を格納する構造体
この型の変数は HistoryAxisCreate, HistoryAxisCopy, HistoryInquire によって初期設定される必要があります。 初期設定後、HistoryCreate の axes に与えます。 問い合わせは HistoryAxisInquire、属性付加は HistoryAxisAddAttr、 初期化は HistoryAxisClear によって行います。
Definition at line 219 of file gtool_history_types.f90.
| type(gt_history_attr), dimension(:), pointer gtool_history_types::gt_history_axis::attrs =>null() |
Definition at line 225 of file gtool_history_types.f90.
| integer gtool_history_types::gt_history_axis::length = 0 |
Definition at line 221 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_axis::longname = "" |
Definition at line 222 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_axis::name = "" |
Definition at line 220 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_axis::units = "" |
Definition at line 223 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_axis::xtype = "" |
Definition at line 224 of file gtool_history_types.f90.