BlobID v2.2.2
Loading...
Searching...
No Matches
Functions

Functions

void BLOBID_SettingsSetAirPath (const char *const airPath, const int *const length, BLOBID_Settings *const settings)
 Set the air path.
 
void BLOBID_SettingsGetAirPath (char *const airPath, int *const length, const BLOBID_Settings *const settings)
 Get the air path.
 

Detailed Description

The air path is the folder where output files are written.

Default: "air"

Function Documentation

◆ BLOBID_SettingsSetAirPath()

void BLOBID_SettingsSetAirPath ( const char *const  airPath,
const int *const  length,
BLOBID_Settings *const  settings 
)

Set the air path.

Parameters
airPathCharacter array holding the air path
lengthNumber of characters in air path
settingsThe BLOBID_Settings object

◆ BLOBID_SettingsGetAirPath()

void BLOBID_SettingsGetAirPath ( char *const  airPath,
int *const  length,
const BLOBID_Settings *const  settings 
)

Get the air path.

Parameters
airPathCharacter array holding the air path
lengthNumber of characters in air path
settingsThe BLOBID_Settings object