ODA Product: | ODA Kernel SDK |
Sample Name: | SATConverter |
Categories: | C++ / Beginner / Working with .sat files / Android, iOS, macOS, Linux, Windows |
Source Code Location: | Kernel/Examples/SATConverter |
To run the SATConverter
sample application, please do the following:
<KERNEL_DIR>\exe\<version>
<KERNEL_DIR>/bin/<version>
<KERNEL_DIR>
is a directory where you unpacked the Kernel archive.
To determine your <version>
parameter, please see the appropriate section in the Download Kernel SDK topic.
SATConverter <infile> <outfile>
infile
|
The input .sat or .sab file to be copied. |
outfile
|
The output .sat or .sab file to be created as a copy of the original file. |
If the application executed properly, you will see the following result on your terminal screen:
If an error occurs during the execution of the application, you will see an error message in the console window:
ODA Kernel SDK Sample Applications
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|