Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
elftosb::LoadOperation Class Reference

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)
 
DataSourcegetSource ()
 
void setTarget (DataTarget *target)
 
DataTargetgetTarget ()
 
void setDCDLoad (bool isDCD)
 
bool isDCDLoad () const
 

Protected Attributes

smart_ptr< DataSourcem_source
 
smart_ptr< DataTargetm_target
 
bool m_isDCDLoad
 

Detailed Description

Load data into memory operation.

Member Function Documentation

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.


The documentation for this class was generated from the following files: