| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010801 | IGSTK | IGSTK | public | 2010-06-07 21:55 | 2010-06-07 21:55 |
|
| Reporter | Jake McIvor | |
| Assigned To | Patrick Cheng | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | |
| Platform | | OS | | OS Version | |
|
| Summary | 0010801: Exception if first tool in Polaris Hybrid Configuration file is wireless |
| Description | A file format exception, "Specified physical port number is invalid." is thrown if the first tool in the configuration file is a wireless tool.
|
| Additional Information | In PolarisHybridConfigurationXMLFileReader (1.1), m_HaveCurrentControlBoxPort is not initialized. Since it is true by default, the first tool in the file is dynamically cast as a wired tool irregardless of whether a <control_box_port> tag is found.
Initializing m_HaveCurrentControlBoxPort to false in the constructor should solve the issue. The other data member, m_CurrentSromFileName, should probably be initialized as well. |
| Tags | No tags attached. |
|
| Attached Files | |
|