File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change
1
+ ideas.txt
Original file line number Diff line number Diff line change @@ -58,25 +58,13 @@ Property LogFile As %String(MAXLEN = 1000);
58
58
/// A Logger to write the log
59
59
Property Logger As MTConnect .Logger [ Private ];
60
60
61
- /// Only used for testcases
62
- Method test (ByRef req As MTConnect .MSG .MTConnectRequest ) [ Private ]
63
- {
64
- Set req .current = " C:\Users\pbonin\Downloads\current.xml"
65
- Set req .probe = " C:\Users\pbonin\Downloads\probe.xml"
66
- Set req .probeFromFile = 1
67
- Set req .currentToFile = 1
68
- }
69
-
70
61
/// Builds the class if it does not exists and inserts current data
71
62
/// <li>pRequest: The Request</li>
72
63
/// <li>pResponse: The Response</li>
73
64
/// <li><b>returns</b>: If the class could be build</li>
74
65
Method Execute (pRequest As MTConnect .MSG .MTConnectRequest , Output pResponse As MTConnect .MSG .MTConnectResponse ) As %Status
75
66
{
76
67
77
- Do ..test (.pRequest )
78
-
79
-
80
68
//Setup Logger
81
69
If ..Log {
82
70
Set ..Logger = ##class (MTConnect.Logger ).%New (..LogFile , .logSc )
You can’t perform that action at this time.
0 commit comments