![]() |
EasyVR Library
1.6
|
By defining these symbols before the library include directive, you can alter the default settings used by the library implementation. More...
Macros | |
#define | EASYVR_PLAY_TIMEOUT 5000 |
Playback maximum duration (in ms). More... | |
#define | EASYVR_RX_TIMEOUT 100 |
Receive timeout (in ms). More... | |
#define | EASYVR_STORAGE_TIMEOUT 500 |
Reply timeout for storage operations (in ms). More... | |
#define | EASYVR_TOKEN_TIMEOUT 1500 |
Token maximum duration (in ms). More... | |
#define | EASYVR_WAKE_TIMEOUT 200 |
Wakeup maximum delay (in ms). More... | |
By defining these symbols before the library include directive, you can alter the default settings used by the library implementation.
These settings are available for completeness. The default settings should be appropriate for normal use cases.
#define EASYVR_PLAY_TIMEOUT 5000 |
Playback maximum duration (in ms).
The maximum time that is spent waiting for a synchronous playback operation to complete. Asynchronous playback is not affected.
#define EASYVR_RX_TIMEOUT 100 |
Receive timeout (in ms).
The maximum time that is spent waiting for a reply from the EasyVR module.
#define EASYVR_STORAGE_TIMEOUT 500 |
Reply timeout for storage operations (in ms).
The maximum time that is spent waiting for a reply after a command that involves write access to the EasyVR internal storage.
#define EASYVR_TOKEN_TIMEOUT 1500 |
Token maximum duration (in ms).
The maximum time that is spent by the EasyVR module for sending a SonicNet token and reply.
#define EASYVR_WAKE_TIMEOUT 200 |
Wakeup maximum delay (in ms).
The maximum time that the EasyVR module can spend for waking up from idle states.