|
AppCore
|
#include <EAdvertisementManagerApp.h>


Additional Inherited Members | |
Public Member Functions inherited from EAdvertisementManager | |
| EAdvertisementManager () | |
| EAdvertisementManager (const EAdvertisementManager &advertisementManager) | |
| ~EAdvertisementManager () | |
| void | SetIsReaded (bool isReaded) |
| unsigned char * | PrintAdvertisements (unsigned long &advertisementDataSize, unsigned short &advertisementHeight, unsigned long busstopIDOrigin, unsigned long busstopIDDestination, unsigned long deviceSNR, unsigned char discountType, unsigned char cardType) |
| void | ReadAdvertisements (std::string pathFile) |
| float | GetBusstopRating (long busstopID) |
| unsigned long | GetAmount (unsigned long userID) |
| void | SetAreAmountsReaded (bool readed) |
| std::list< unsigned long > | GetUsers () |
| unsigned long | GetUnitPrice () |
| void | ClearAdvertisementSpends (const std::string &fileName) |
| void | ClearAllAdvertisementSpends () |
| EAdvertisementCommMng * | GetAdvertisementCommMng () |
| EAdvertisementManager () | |
| EAdvertisementManager (const EAdvertisementManager &advertisementManager) | |
| ~EAdvertisementManager () | |
| void | SetIsReaded (bool isReaded) |
| unsigned char * | PrintAdvertisements (unsigned long &advertisementDataSize, unsigned short &advertisementHeight, unsigned long busstopIDOrigin, unsigned long busstopIDDestination, unsigned long deviceSNR, unsigned char discountType, unsigned char cardType) |
| void | ReadAdvertisements (std::string pathFile) |
| float | GetBusstopRating (long busstopID) |
| unsigned long | GetAmount (unsigned long userID) |
| void | SetAreAmountsReaded (bool readed) |
| std::list< unsigned long > | GetUsers () |
| unsigned long | GetUnitPrice () |
| void | ClearAdvertisementSpends (const std::string &fileName) |
| void | ClearAllAdvertisementSpends () |
| EAdvertisementCommMng * | GetAdvertisementCommMng () |
Static Public Member Functions inherited from EAdvertisementManager | |
| static long | GetVersion () |
| static long | GetVersion () |
class EAdvertisementManagerApp
just empty class extending EAdvertisementManager interface with Singleton pattern functionality it's because of the need to keep binary compatibility, otherwise EAdvertisementManager could be rewritten
1.8.8