28 #ifndef CLPROTOCOL_XMLID_H 29 #define CLPROTOCOL_XMLID_H 31 #include <Base/GCBase.h> 32 #include <Base/GCUtilities.h> 33 #include <CLProtocol/CVersion.h> 44 static const char* GetTokenSeparator();
49 GENICAM_DEPRECATED(
static const char* GetTokenSeperator() );
55 bool FromString(
const GENICAM_NAMESPACE::gcstring &XMLID);
58 GENICAM_NAMESPACE::gcstring ToString();
67 GENICAM_NAMESPACE::gcstring GetDeviceIDTemplate()
const;
70 bool operator>(
CXMLID& XMLID);
77 xidDeviceIDTemplate = 1,
82 GENICAM_NAMESPACE::gcstring m_XMLID;
85 GENICAM_NAMESPACE::gcstring m_DeviceIDTemplate;
101 #endif // CLPROTOCOL_XMLID_H Encapsulates a version number.
Definition: CVersion.h:40
Definition: CLAllAdapter.h:64
Helper class which can split XMLIDs strings into tokens.
Definition: XMLID.h:40