#include <CKlearAppDataLayer.h>
Public Member Functions | |
| void | readInContent () |
| fill container vector with all EIT Data from current channel | |
| void | cleanUpDatabase () |
| clean up dabatbase vector | |
| CKlearAppEITData * | getCurrentRunning () |
| returns the EITData Item of the current programm on current channel | |
| CKlearAppEITData * | getNextRunning () |
| returns the EITData Item of the next programm on current channel | |
| void | addItem (CKlearAppEITData *item) |
| adds a new event to the event storage vector | |
| bool | searchItem (long EID) |
| returns if Item with EID already exists | |
Storageclass has a methods for the common data requestes (current program, program of current channel for today or tomorrow,...)
|
|
adds a new event to the event storage vector
|
|
|
clean up dabatbase vector
|
|
|
returns the EITData Item of the current programm on current channel
|
|
|
returns the EITData Item of the next programm on current channel
|
|
|
fill container vector with all EIT Data from current channel
|
|
|
returns if Item with EID already exists
|
1.4.5