Archived issue #0029730
OCAF User's Guide correction for case of attributes with User defined GUID
Description
During previous release set standard attributes were extended for support of attributes with User defined GUID (several attributes of the same type on the same Label). This new feature should be documented in OCAF User's Guide.
Steps to reproduce
N/A
Additional information
occt_ocaf.pdf is supposed to be updated.
Public activity
7 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Fri Apr 27 15:02:32 2018 +0300
0029730: OCAF User's Guide correction for case of attributes with User defined GUID
// Added description of attributes usage with User defined GUID
[revision removed]
Detailed log of new commits:
Author: Author
Date: Fri Apr 27 15:02:32 2018 +0300
0029730: OCAF User's Guide correction for case of attributes with User defined GUID
// Added description of attributes usage with User defined GUID
User's Guide extended with the discussed description.
Review it, please.
Review it, please.
In the end of the difference:
Handle(TDataStd_Integer) anInt = new TDataStd_Integer();
INT->SetID(aGuid);
aLabel.Add(anInt);
INT->Set(aValue);
Both "INT" and "anInt" variable names used twice, however only anInt should be used.
Handle(TDataStd_Integer) anInt = new TDataStd_Integer();
INT->SetID(aGuid);
aLabel.Add(anInt);
INT->Set(aValue);
Both "INT" and "anInt" variable names used twice, however only anInt should be used.
Branch [archived branch] has been updated by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Fri Apr 27 15:36:57 2018 +0300
0029730: OCAF User's Guide correction for case of attributes with User defined GUID
// Correction of misprint
[revision removed]
Detailed log of new commits:
Author: Author
Date: Fri Apr 27 15:36:57 2018 +0300
0029730: OCAF User's Guide correction for case of attributes with User defined GUID
// Correction of misprint
Sorry, it a simple misprint.
Revise it once again.
Revise it once again.
Reviewed. Tests are not needed.
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]