![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
Load data into memory operation. More...
#include <Operation.h>
Inheritance diagram for elftosb::LoadOperation:
Collaboration diagram for elftosb::LoadOperation:Public Member Functions | |
| void | setSource (DataSource *source) |
| DataSource * | getSource () |
| void | setTarget (DataTarget *target) |
| DataTarget * | getTarget () |
| void | setDCDLoad (bool isDCD) |
| bool | isDCDLoad () const |
Protected Attributes | |
| smart_ptr< DataSource > | m_source |
| smart_ptr< DataTarget > | m_target |
| bool | m_isDCDLoad |
Load data into memory operation.
| void LoadOperation::setSource | ( | DataSource * | source | ) |
The operation object takes ownership of source.
Cross references between the target and source are updated.
| void LoadOperation::setTarget | ( | DataTarget * | target | ) |
The operation object takes ownership of target.
Cross references between the target and source are updated.