交换列表的 WSTP C 函数
发送列表
WSPutInteger8List() 8位整数列表 (unsigned char *)
WSPutInteger16List() — 16位整数列表 (short *)
WSPutInteger32List() — 32位整数列表 (int *)
WSPutInteger64List() — 64位整数列表 (mlint64 *)
WSPutReal32List() — 32位实数列表 (float *)
WSPutReal64List() — 65位实数列表 (double *)
WSPutReal128List() — 四精度浮点数列表
接受列表
WSGetInteger8List() — 8位整数列表 (unsigned char *)
WSGetInteger16List() — 16位整数列表 (short *)
WSGetInteger32List() — 32位整数列表 (int *)
WSGetInteger64List() — 64位整数列表 (mlint64 *)
WSGetReal32List() — 32位实数列表 (float *)
WSGetReal64List() — 64位实数列表 (double *)
WSGetReal128List() — 四精度浮点数列表
释放列表的内存
WSReleaseInteger8List() — 8位整数列表 (unsigned char *)
WSReleaseInteger16List() — 16位整数列表 (short *)
WSReleaseInteger32List() — 32位整数列表 (int *)
WSReleaseInteger64List() — 64位整数列表 (mlint64 *)
WSReleaseReal32List() — 32位实数列表 (float *)
WSReleaseReal64List() — 64位实数列表 (double *)
WSReleaseReal128List() — 四精度浮点数列表