![]() |
Kactus2
Kactus2 reference guide
|
Struct for load targets. More...
#include <LibraryLoader.h>
Public Member Functions | |
LoadTarget (VLNV const &targetVLNV=VLNV(), QString targetPath=QString()) | |
Constructor. | |
Public Attributes | |
QString | path |
The path to IP-XACT file. | |
VLNV | vlnv |
The VLNV defined in the file. | |
Struct for load targets.
Definition at line 31 of file LibraryLoader.h.
|
inline |
Constructor.
Definition at line 37 of file LibraryLoader.h.
QString LibraryLoader::LoadTarget::path |
The path to IP-XACT file.
Definition at line 33 of file LibraryLoader.h.
VLNV LibraryLoader::LoadTarget::vlnv |
The VLNV defined in the file.
Definition at line 34 of file LibraryLoader.h.