#include <waresdev/WareSrcEnquirer.hpp>
◆ findWarePath()
static std::string openfluid::waresdev::WareSrcEnquirer::findWarePath |
( |
openfluid::ware::WareType |
WareType, |
|
|
const std::string & |
WareDirName |
|
) |
| |
|
static |
Try to detect full ware sources path using its type and its supposed directory name. It searches first in the current workspace then in the user examples
- Parameters
-
[in] | WareType | the type of the ware to find |
[in] | WareDirName | the expected directory name for the ware |
- Returns
- the full path of the found ware sources, empty if not found
◆ getWareInfoFromPath()
static WarePathInfo openfluid::waresdev::WareSrcEnquirer::getWareInfoFromPath |
( |
const std::string & |
Path | ) |
|
|
static |
Returns information about the wares sources located at the given path.
- Parameters
-
[in] | Path | the path to the ware to inspect |
- Returns
- the information about the ware
The documentation for this class was generated from the following file: