Driver SDK  1.6
Variables
Record flags constants

Variables

BBT_SDK_API const unsigned short bbt_driver_flags_ok
 data recording is ok More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_removed
 SD card was removed. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_access_error
 SD card cannot be accessed. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_folder_error
 SD card folder error. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_time_error
 SD card creation time error. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_file_error
 SD card file error. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_sd_card_full_error
 SD card full error. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_eeg64_not_synchronized
 EEG64 device not synchronized. More...
 
BBT_SDK_API const unsigned short bbt_driver_flags_bad_anchor_configuration
 Bad anchor configuration. More...
 

Detailed Description

Possible values for the output parameter flags of function bbt_driver_read()

Variable Documentation

◆ bbt_driver_flags_ok

BBT_SDK_API const unsigned short bbt_driver_flags_ok
extern

data recording is ok

No error during recording

Examples
example/main.cpp.

◆ 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.