Changes between Version 11 and Version 12 of Internal/InventoryV3
- Timestamp:
- Oct 13, 2009, 12:50:35 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryV3
v11 v12 129 129 130 130 The writer script is now equipped with two classes Xmldata, and Identify. Both can only be instantiated by the create command, making them singletons (create will only run new if one does not already exist). Identify instantiates an Xmldata class, and then uses the x and y coordinates and the domain to determine a location id (the global unique identifier that ties all the tables together.) I also get the max id from the Inventory ids, assuming that the highest number is the latest. 131 132 === 10/12/09 === 133 134 Quick edit to gatherer to convert the device and vendor tags to decimal instead of hex. The reason they didn't match before was 135 because in the sql database, they are stored as decimal (I guess cuz you can't store hex in mysql).