Template:APIpackages: Difference between revisions
Jump to navigation
Jump to search
(Template of the basic informations about the API packages) |
No edit summary |
||
Line 13: | Line 13: | ||
|- | |- | ||
!pxcapi.h | !pxcapi.h | ||
| | |Header for the binary compile with pxcore.dll/ | ||
|- | |- | ||
!pixet.ini | !pixet.ini | ||
Line 20: | Line 20: | ||
|- | |- | ||
!main.cpp<br> SampleProject.vcxproj<br> SampleProject.sln | !main.cpp<br> SampleProject.vcxproj<br> SampleProject.sln | ||
|Sample Visual studio project | |Sample Visual studio project (Windows package only) | ||
|- | |- | ||
!*.rbf *.bit | !*.rbf *.bit | ||
Line 29: | Line 29: | ||
|- | |- | ||
!okFrontPanel.dll<br>libokFrontPanel.so | !okFrontPanel.dll<br>libokFrontPanel.so | ||
| | |Helper library of the zem.dll/so hwlib | ||
|- | |- | ||
!other files .dll<br> (or .so - no lib...so) | !other files .dll<br> (or .so - no lib...so) | ||
Line 39: | Line 39: | ||
|- | |- | ||
!pdf files | !pdf files | ||
|Binary and python | |Binary and python APIs manuals | ||
|} | |} | ||
Pixet core on Windows need more Microsoft Visual Studio .NET standard dlls (vccorlib140.dll etc). | Pixet core on Windows need more Microsoft Visual Studio .NET standard dlls (vccorlib140.dll etc). |
Revision as of 11:06, 7 November 2023
The Pixet API packages Download at advacam.com/downloads/ |
pxcore.dll (or lib...so) pxcore.lib pxproc.dll (or lib...so) |
Binary libraries (pxcore.lib is only for Windows binary compile) |
---|---|---|
pypixet.pyd (or .so) pypxproc.pyd (or .so) |
Python core and processing libraries | |
pxcapi.h | Header for the binary compile with pxcore.dll/ | |
pixet.ini | Pixet core configuration file See: Files and directories of the Pixet and SDK - pixet.ini file | |
main.cpp SampleProject.vcxproj SampleProject.sln |
Sample Visual studio project (Windows package only) | |
*.rbf *.bit | Firmware files | |
install_driver_rules.sh 60-opalkelly.rules 60-pixet.rules |
Linux drivers installer and it's helper files | |
okFrontPanel.dll libokFrontPanel.so |
Helper library of the zem.dll/so hwlib | |
other files .dll (or .so - no lib...so) |
Hwlib files (can be in separate directory) | |
lic.info | License file for the Pixet core - not importatnt in this version, but may be in future | |
pdf files | Binary and python APIs manuals |
Pixet core on Windows need more Microsoft Visual Studio .NET standard dlls (vccorlib140.dll etc).