@@ -25,6 +25,11 @@ bool TopologyRecorder::isEquipmentNeeded(const QString& substatinID)
|
||||
return false;
|
||||
}
|
||||
|
||||
void TopologyRecorder::exportTo(const QString& path)
|
||||
{
|
||||
this->cimExporter.exportTo(path);
|
||||
}
|
||||
|
||||
bool TopologyRecorder::startWithNode(const QString& node)
|
||||
{
|
||||
if(node=="")
|
||||
|
||||
Reference in New Issue
Block a user