syscoutputcomplexvectordataf Type Reference
Last update: 17.07.2025Create an output complex vector data access type. More...
Public Attributes | |
| integer(kind=8) | primitivetype |
| Primitive type. | |
| integer(kind=8) | data1 |
| Pointer to the first array. | |
| integer(kind=8) | data2 |
| Pointer to the second array. | |
| integer(kind=8) | data3 |
| Pointer to the third array. | |
| integer(kind=8) | data4 |
| Pointer to the fourth array. | |
| integer(kind=8) | data5 |
| Pointer to the fifth array. | |
| integer(kind=8) | data6 |
| Pointer to the sixth array. | |
| integer(kind=8) | datasize |
| Data size. | |
| integer(kind=8) | dimension |
| Dimension. | |
Detailed Description
Create an output complex vector data access type.
Output complex vector data provides read-only access to complex vector data.
The size is the total number of vectors of complex numbers.
Definition at line 18 of file syscOutputComplexVectorDataF.fi.
Member Data Documentation
◆ data1
| integer(kind=8) data1 |
Pointer to the first array.
Definition at line 20 of file syscOutputComplexVectorDataF.fi.
◆ data2
| integer(kind=8) data2 |
Pointer to the second array.
Definition at line 21 of file syscOutputComplexVectorDataF.fi.
◆ data3
| integer(kind=8) data3 |
Pointer to the third array.
Definition at line 22 of file syscOutputComplexVectorDataF.fi.
◆ data4
| integer(kind=8) data4 |
Pointer to the fourth array.
Definition at line 23 of file syscOutputComplexVectorDataF.fi.
◆ data5
| integer(kind=8) data5 |
Pointer to the fifth array.
Definition at line 24 of file syscOutputComplexVectorDataF.fi.
◆ data6
| integer(kind=8) data6 |
Pointer to the sixth array.
Definition at line 25 of file syscOutputComplexVectorDataF.fi.
◆ datasize
| integer(kind=8) datasize |
Data size.
Definition at line 26 of file syscOutputComplexVectorDataF.fi.
◆ dimension
| integer(kind=8) dimension |
Dimension.
Definition at line 27 of file syscOutputComplexVectorDataF.fi.
◆ primitivetype
| integer(kind=8) primitivetype |
Primitive type.
Definition at line 19 of file syscOutputComplexVectorDataF.fi.