|
INOS
|
Struct to hold info about scanned or configured modules. More...
#include <cinoscopmaster.h>
Public Member Functions | |
| DECLARE_DYNAMIC (SINOSCOPScanMod) | |
| Support dynamic object handling. | |
Public Attributes | |
| uint16 | m_uAppRev |
| The application revision as read from the module. | |
| const char * | m_pModName |
| The module name from the xml file or eeprom. | |
| bool | m_bModXmlValid |
| Flag if the module's xml file is valid. | |
| bool | m_bEeprom |
| Flag if the module's eeprom is valid. | |
| SINOSCOPModuleEeprom | m_Eeprom |
| The content of the module's eeprom. | |
| uint32 | m_uProductCode |
| The product code from the eeprom or xml file. | |
| uint32 | m_uEepromSize |
| Eeprom size. | |
| XMLNode | m_xCard |
| The parsed xml file. | |
| bool | m_bCreateModule |
| Flag if the module should be created in the software. | |
| bool | m_bOnline |
| Flag if the module is online (scanned) or not. | |
| bool | m_bNameUnique |
| Flag if the module name is unique (no need to add address) | |
| const char * | m_pModXml |
| Module's xml file. | |
Struct to hold info about scanned or configured modules.