The air path is the folder where output files are written.
Default: "air"
◆ BLOBID_SettingsSetAirPath()
| void BLOBID_SettingsSetAirPath |
( |
const char *const |
airPath, |
|
|
const int *const |
length, |
|
|
BLOBID_Settings *const |
settings |
|
) |
| |
Set the air path.
- Parameters
-
| airPath | Character array holding the air path |
| length | Number of characters in air path |
| settings | The BLOBID_Settings object |
◆ BLOBID_SettingsGetAirPath()
| void BLOBID_SettingsGetAirPath |
( |
char *const |
airPath, |
|
|
int *const |
length, |
|
|
const BLOBID_Settings *const |
settings |
|
) |
| |
Get the air path.
- Parameters
-
| airPath | Character array holding the air path |
| length | Number of characters in air path |
| settings | The BLOBID_Settings object |