Difference between revisions of "IXTdatum array"
Jump to navigation
Jump to search
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | | + | | '''base''' |
+ | | [[IXTbase]] | ||
+ | | internal use | ||
|- | |- | ||
− | | error (:) || real (ptr) || error array | + | | '''signal(:)''' || real(ptr) || signal array |
+ | |- | ||
+ | | '''error(:)''' || real(ptr) || error array | ||
+ | |} | ||
− | F90 syntax | + | '''F90 syntax''' |
− | |||
− | type(IXTdatum):: array | + | use IXMdatum_array |
− | type(IXTstatus):: status | + | |
+ | type(IXTdatum):: array | ||
+ | type([[IXTstatus]]):: status |
Latest revision as of 14:04, 4 August 2008
This is a FORTRAN 90 derived data type which contains a signal array and an associated error array. These elements are private to the object but can be defined or retrieved using the set/get routines repectively.
The elements of the object are as follows:
Element | Type | Description |
---|---|---|
base | IXTbase | internal use |
signal(:) | real(ptr) | signal array |
error(:) | real(ptr) | error array |
F90 syntax
use IXMdatum_array type(IXTdatum):: array type(IXTstatus):: status