Changeset 47 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/CadData.java
- Timestamp:
- 08/08/2017 09:36:51 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/scriptbuilder/structures/CadData.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/CadData.java
r46 r47 141 141 142 142 output += XMLWriter.simpleTag(Header_Beat, ELEMENT.Beat); 143 143 144 144 output += XMLWriter.simpleTag(Header_TruncLoc, ELEMENT.TruncLoc); 145 145 146 146 output += XMLWriter.simpleTag(Header_FullLoc, ELEMENT.FullLoc); 147 147 … … 184 184 } 185 185 186 public boolean hasCadData() 187 { 188 return hasHeaderInfo() || hasLocation() || hasAdditionalInfo() 189 || !Master_Inc_Num.equals("") || !P.equals("") || !Agy.equals("") 190 || locInfo.size() > 0; 191 } 186 192 }
Note: See TracChangeset
for help on using the changeset viewer.
