Possible values for the output parameter flags
of function bbt_driver_read()
◆ bbt_driver_flags_ok
BBT_SDK_API const unsigned short bbt_driver_flags_ok |
|
extern |
◆ bbt_driver_flags_sd_card_removed
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_removed |
|
extern |
SD card was removed.
The SD card is not inserted in the slot. The data from the device is being acquired and sent to the computer, but not recorded to the SD card.
◆ bbt_driver_flags_sd_card_access_error
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_access_error |
|
extern |
SD card cannot be accessed.
The sd card is inserted but cannot be accessed. Check that it is correctly formatted and inserted in the slot. The data from the device is being acquired and sent to the computer, but not recorded to the SD card.
◆ bbt_driver_flags_sd_card_folder_error
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_folder_error |
|
extern |
SD card folder error.
The folder indicated in bbt_driver_get_folder() cannot be created in the sd card. The data from the device is being acquired and sent to the computer, but not recorded to the SD card.
◆ bbt_driver_flags_sd_card_time_error
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_time_error |
|
extern |
SD card creation time error.
The creation time of the file cannot be set properly. Check the format of the sd card. The data from the device is being acquired and sent to the computer, but not recorded to the SD card.
◆ bbt_driver_flags_sd_card_file_error
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_file_error |
|
extern |
SD card file error.
The file indicated in bbt_driver_get_file() cannot be created in the sd card. The data from the device is being acquired and sent to the computer, but not recorded to the SD card.
◆ bbt_driver_flags_sd_card_full_error
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_full_error |
|
extern |
SD card full error.
The sd card is full and no more data can be recorded in there. The data from the device is being acquired and sent to the computer, but not recorded to the SD card.
◆ bbt_driver_flags_eeg64_not_synchronized
BBT_SDK_API const unsigned short bbt_driver_flags_eeg64_not_synchronized |
|
extern |
EEG64 device not synchronized.
The EEG64 device is splitted up in two phisical devices that need synchronization. The data received is not valid until devices are synchronized. Every 4 seconds a synchronization is tried.
◆ bbt_driver_flags_bad_anchor_configuration
BBT_SDK_API const unsigned short bbt_driver_flags_bad_anchor_configuration |
|
extern |
Bad anchor configuration.
Neclky is not correctly configured.