Supported Products[object Object][object Object]
Function[object Object][object Object]
Marks the start position of the mstx range capability.
Prototype[object Object][object Object]
C/C++:
Python:
Parameter Description[object Object][object Object]
Table 1 Parameter description
Returns[object Object][object Object]
If 0 is returned, it indicates failure.
Example[object Object][object Object]
C/C++ Calling Method:[object Object][object Object]
[object Object]Python Calling Method 1:[object Object][object Object]
Through the Python API interface, implement the relevant interface content in C/C++ language and compile it to generate an so file. The relevant so file can be directly referenced by Python in PYTHONPATH.
[object Object]Python Calling Method 2:
Directly use Python for development, reference the original mstx .so file via ctypes.CDLL("libms_tools_ext.so"), and use the APIs provided within it.
[object Object]