TrendFbDatabaseAccessErrorHandler (FB)¶
FUNCTION_BLOCK TrendFbDatabaseAccessErrorHandler
This function block performs the error handling for all access to the underlying SQLite database
- InOut:
Scope
Name
Type
Comment
Input
m_uiDiskFullDatabaseAccessSuspendTime
UINT
This member defines the behaviour of access to the underlying SQLite database in case of a ‘disk full’ event (normally indicated by an error code SQLITE_IOERR). 0: Starting from the first occurrence of an error code SQLITE_IOERR no more database access will be performed A positive value N: Starting from the first occurrence of an error code SQLITE_IOERR no more database access will be performed for N seconds
Methods:
Structure: