|
Electroneum
|
Namespaces | |
| core | |
| io | |
| ledger | |
| trezor | |
Classes | |
| class | device |
| class | device_cold |
| class | device_progress |
| class | device_registry |
| class | i_device_callback |
| struct | reset_mode |
| class | tx_aux_data |
| struct | wallet_shim |
Typedefs | |
| typedef struct hw::wallet_shim | wallet_shim |
Functions | |
| device & | get_device (const std::string &device_descriptor) |
| bool | register_device (const std::string &device_name, device *hw_device) |
| void | buffer_to_str (char *to_buff, size_t to_len, const char *buff, size_t len) |
| void | log_hexbuffer (const std::string &msg, const char *buff, size_t len) |
| void | log_message (const std::string &msg, const std::string &info) |
| typedef struct hw::wallet_shim hw::wallet_shim |
| void hw::buffer_to_str | ( | char * | to_buff, |
| size_t | to_len, | ||
| const char * | buff, | ||
| size_t | len | ||
| ) |
Definition at line 38 of file log.cpp.

| device & hw::get_device | ( | const std::string & | device_descriptor | ) |
Definition at line 95 of file device.cpp.


| void hw::log_hexbuffer | ( | const std::string & | msg, |
| const char * | buff, | ||
| size_t | len | ||
| ) |
Definition at line 45 of file log.cpp.

| void hw::log_message | ( | const std::string & | msg, |
| const std::string & | info | ||
| ) |
Definition at line 100 of file device.cpp.

