#include <updatemanager.h>
Public Member Functions | |
void | addNewUpdateList () |
void | addToupdateList (int indexOfMap, std::vector< int > values) |
int | getLatestUpdateVersionOfRobot (int indexOfMap) |
std::vector< int > * | getMissingUpdateOfRobot (int indexOfMap) |
std::vector< int > * | getUpdateListOfrobot (int indexOfMap) |
bool | isUpdatesMissing (int indexOfMap) |
updateManager () | |
Private Attributes | |
std::vector< std::vector< int > * > * | updateInformation |
Definition at line 7 of file updatemanager.h.
Definition at line 3 of file updatemanager.cpp.
void updateManager::addNewUpdateList | ( | ) |
Definition at line 8 of file updatemanager.cpp.
void updateManager::addToupdateList | ( | int | indexOfMap, |
std::vector< int > | values | ||
) |
Definition at line 13 of file updatemanager.cpp.
int updateManager::getLatestUpdateVersionOfRobot | ( | int | indexOfMap | ) |
Definition at line 75 of file updatemanager.cpp.
std::vector< int > * updateManager::getMissingUpdateOfRobot | ( | int | indexOfMap | ) |
Definition at line 80 of file updatemanager.cpp.
std::vector< int > * updateManager::getUpdateListOfrobot | ( | int | indexOfMap | ) |
Definition at line 70 of file updatemanager.cpp.
bool updateManager::isUpdatesMissing | ( | int | indexOfMap | ) |
Definition at line 100 of file updatemanager.cpp.
std::vector< std::vector < int > *>* updateManager::updateInformation [private] |
Definition at line 10 of file updatemanager.h.