cnetdiff
Compare two control networks
This program will compare two control network files.
The purpose of this program is for application tests that output a control
network formatted file, to be able to compare binary control networks with
tolerances in numerical values of keywords.
Note: This application only checks the ControlNet
keywords Network ID and Target Name, other keywords for the network, such
as UserName and Description, are not compared. For points and measures,
the DateTime keyword is always ignored.
Categories
History
Steven Lambright | 2010-10-19 | Original version |
Christopher Austin | 2011-01-18 | Altered to compile with the new Control redesign. |
Jeannie Backer | 2011-07-27 | Added documentation. |
Travis Addair | 2012-04-26 | Added REPORT radio button allowing users to select the FULL option and get a complete PVL report of all differences between two networks. |
Jesse Mapel | 2016-03-29 | Added missing "]" in results message. Error messages are now complete sentences. Fixes #3871. |