|
CLProtocol
3.5.1
|
Helper class which can split XMLIDs strings into tokens. More...
Public Member Functions | |
| GENICAM_DEPRECATED (static const char *GetTokenSeperator()) | |
| returns the token separator string More... | |
| CXMLID () | |
| Constructor. | |
| bool | FromString (const GENICAM_NAMESPACE::gcstring &XMLID) |
| Parses the XML ID. | |
| GENICAM_NAMESPACE::gcstring | ToString () |
| Returns the original XML ID. | |
| CVersion | GetSchemaVersion () const |
| retrieves the schema version of the XML file | |
| CVersion | GetDeviceVersion () const |
| retrieves the schema version of the XML file | |
| GENICAM_NAMESPACE::gcstring | GetDeviceIDTemplate () const |
| retrieves the schema version of the XML file | |
| bool | operator> (CXMLID &XMLID) |
| Comparison (for sorting) | |
Static Public Member Functions | |
| static const char * | GetTokenSeparator () |
| returns the token separator string | |
| GENICAM_DEPRECATED | ( | static const char * | GetTokenSeperator() | ) |
1.8.13