|
uuu
uuu (Universal Update Utility), mfgtools 3.0
|
#include <map>#include <tinyxml2.h>#include "bmap.h"#include "buffer.h"#include "libcomm.h"#include "libuuu.h"Functions | |
| bmap_mode | uuu_get_bmap_mode () |
| int | uuu_set_bmap_mode (bmap_mode mode) |
| static bool | parse_image_size (bmap_t &bmap, const tinyxml2::XMLElement *elem) |
| static bool | parse_block_size (bmap_t &bmap, const tinyxml2::XMLElement *elem) |
| static bool | parse_blocks_count (bmap_t &bmap, const tinyxml2::XMLElement *elem) |
| static bool | parse_block_map (bmap_t &bmap, const tinyxml2::XMLElement *elem) |
| void | send_info (const std::string &msg) |
| int | load_bmap (const std::string &filename, bmap_t &bmap) |
Variables | |
| bmap_mode | g_bmap_mode = bmap_mode::Default |
| static const std::map< std::string, bool(*)(bmap_t &, const tinyxml2::XMLElement *)> | handlers |
| int load_bmap | ( | const std::string & | filename, |
| bmap_t & | bmap ) |
|
static |
|
static |
|
static |
|
static |
| void send_info | ( | const std::string & | msg | ) |
| bmap_mode uuu_get_bmap_mode | ( | ) |
| int uuu_set_bmap_mode | ( | bmap_mode | mode | ) |
| bmap_mode g_bmap_mode = bmap_mode::Default |
|
static |