|
WSF
|
#include <WsfCoverageAsset.hpp>
Public Member Functions | |
| FreeAsset (const std::string &aPlatformName, const std::string &aDeviceName) | |
| const std::string & | GetPlatformName () const |
| Get the name of the platform to which this free asset refers. | |
| const std::string & | GetDeviceName () const |
| Get the name of the device to which this free asset refers. | |
| void | SetPlatformName (const std::string &aPlatformName) |
| Set the name of the platform to which this free asset refers. | |
| void | SetDeviceName (const std::string &aDeviceName) |
| Set the name of the device to which this free asset refers. | |
Representation of a free asset.
Free assets are defined by a platform name, and the name of a device on that platform that participates in the interaction used in the coverage computation. In some case, the device name can be 'none', indicatgin that the interactions participating in the coverage computation do not need devices on both interacting platforms.
|
inline |
|
inline |
Get the name of the device to which this free asset refers.
Referenced by std::less< wsf::coverage::FreeAsset >::operator()().
|
inline |
Get the name of the platform to which this free asset refers.
Referenced by std::less< wsf::coverage::FreeAsset >::operator()().
|
inline |
Set the name of the device to which this free asset refers.
|
inline |
Set the name of the platform to which this free asset refers.