Add (develop) - component ResultsWriter - added diag + english comments
This commit is contained in:
parent
b74f1fd644
commit
c9a4b0f3ce
@ -212,6 +212,8 @@ namespace TBF.Rig.Output.DB.ResultsWriter
|
||||
continue;
|
||||
}
|
||||
|
||||
log.InfoFormat("Writing WMPosition={0}, SerialNr={1}", wm.WMPosition, wm.SerialNr);
|
||||
|
||||
var result = dataStorageWriter.SetData(request);
|
||||
|
||||
if (!result.Success)
|
||||
|
||||
@ -34,7 +34,7 @@ namespace TBF.Rig.Output.DB.ResultsWriter
|
||||
/// </summary>
|
||||
public string StorageName;
|
||||
|
||||
/// Runtime model používaný ResultsConfigCtrl
|
||||
/// Runtime model used ResultsConfigCtrl
|
||||
[XmlIgnore]
|
||||
public List<WMeterRsltItemSpec> SelectedItems;
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ namespace TBF.Rig.Output.DB.ResultsWriter
|
||||
{
|
||||
if (cmpnt == null) continue;
|
||||
|
||||
// zatiaľ jednoduchý filter podľa názvu/classname
|
||||
// for now, a simple filter by name/classname
|
||||
if (cmpnt.ClassName != null &&
|
||||
cmpnt.ClassName.IndexOf("UniDataStorageWriter") >= 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user