ISO 10303-23-2000 Industrial automation systems and integration - Product data representation and exchange - Part 23 Implementation methods C++ language binding.pdf
《ISO 10303-23-2000 Industrial automation systems and integration - Product data representation and exchange - Part 23 Implementation methods C++ language binding.pdf》由会员分享,可在线阅读,更多相关《ISO 10303-23-2000 Industrial automation systems and integration - Product data representation and exchange - Part 23 Implementation methods C++ language binding.pdf(176页珍藏版)》请在麦多课文档分享上搜索。
1、Reference number ISO 10303-23:2000(E) ISO 2000 INTERNATIONAL STANDARD ISO 10303-23 First edition 2000-12-01 Industrial automation systems and integration Product data representation and exchange Part 23: Implementation methods: C+ language binding to the standard data access interface Systmes dautom
2、atisation industrielle et intgration Reprsentation et change de donnes de produits Partie 23: Mthodes de mise en application: Liant de langage C+ linterface daccs aux donnes normalisesISO 10303-23:2000(E) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobes licensin
3、g policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobes licensing policy. The ISO Ce
4、ntral Secretariat accepts no liability in this area. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been t
5、aken to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below. ISO 2000 All rights reserved. Unless otherwise specified, no part of this publication may be reproduc
6、ed or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749
7、01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.ch Web www.iso.ch Printed in Switzerland ii ISO 2000 All rights reservedISO 10303-23:2000 (E) iii Contents Page 1 Scope 1 2 Normative references 1 3 Definitions and abbreviations . 2 3.1 Definitions . 2 3.1.1 Terms defined in ISO 103031 . 2 3.1.2 Terms
8、 defined in ISO 1030311 3 3.1.3 Terms defined in ISO 1030322 3 3.1.4 Terms defined in The Annotated C+ Reference Manual 4 3.1.5 Term defined in IEEE standard 5 3.1.6 Other definitions 5 3.2 Abbreviations 6 3.3 Typographical conventions 6 4 Overall requirements . 6 4.1 Characteristics of the binding
9、functions 6 4.2 Language specific features 8 4.2.1 Names of types and operations . 8 4.2.2 Memory management 8 4.3 Binding styles 8 5 Constants and data type definitions and global functions . 9 5.1 SDAI namespace 9 5.2 EXPRESS builtin constants. 9 5.3 EXPRESS attribute data types 10 5.3.1 Primitive
10、 data types 10 5.3.2 Aggregate and iterator data types 18 5.3.3 Enumeration data type 20 5.3.4 Select data type 22 5.3.5 Number data type 28 5.3.6 Handles 28 5.3.7 TYPE data type 29 5.3.8 ENTITY data type . 30 5.3.9 Entity instance 32 5.3.10 Persistent data and persistent object identifiers35 5.3.11
11、 Domain equivalence for early binding . 42 5.3.12 Application instance . 43 5.3.13 Bindingspecific data types 52 5.4 EXISTS functions 60 ISO 2000 All rights reservedISO 10303-23:2000 (E) iv 6 Error handling 61 6.1 Event 63 6.2 Error event 63 7 C+ binding of the SDAI operations . 64 7.1 Session class
12、es 64 7.1.1 Session_instance . 64 7.1.2 Session 69 7.1.3 Implementation 75 7.1.4 Transaction . 75 7.2 Schema_instance . 76 7.2.1 Rename schema instance 77 7.2.2 Add SDAImodel 77 7.2.3 Remove SDAImodel . 77 7.2.4 Validate global rule . 77 7.2.5 Validate uniqueness rule . 78 7.2.6 Validate instance re
13、ference domain 78 7.2.7 Validate schema instance 79 7.2.8 Is validation current 79 7.2.9 SDAI query . 79 7.3 Schemaspecific schema_instance (early binding) . 80 7.4 Repository classes 80 7.4.1 Repository_contents 80 7.4.2 Repository 81 7.5 Model classes . 84 7.5.1 Model . 84 7.5.2 Model_contents_ins
14、tances . 87 7.5.3 Model_contents 87 7.5.4 Entity extent 90 7.5.5 Model contents by schema . 91 7.5.6 Scope 92 7.6 Aggregate and iterator classes 93 7.6.1 Aggregate instance . 93 7.6.2 Array 94 7.6.3 List 100 7.6.4 Set . 105 7.6.5 Bag 108 7.6.6 Iterator 112 7.7 Dictionary Classes 116 7.7.1 Named_type
15、 . 116 7.7.2 Dictionary_instance . 117 7.7.3 Schema_definition 117 7.7.4 Defined_type . 119 7.7.5 Entity_definition 120 ISO 2000 All rights reservedISO 10303-23:2000 (E) v 7.7.6 Attribute 121 7.7.7 Derived_attribute . 122 7.7.8 Explicit_attribute . 122 7.7.9 Inverse_attribute 123 7.7.10 Uniqueness_r
16、ule . 124 7.7.11 Where_rule . 124 7.7.12 Enumeration_type 125 7.7.13 Select_type . 125 7.7.14 Global_rule . 126 7.7.15 Simple_type 126 7.7.16 Number_type . 127 7.7.17 Integer_type 127 7.7.18 Real_type 128 7.7.19 String_type . 128 7.7.20 Binary_type . 129 7.7.21 Logical_type 129 7.7.22 Boolean_type .
17、 130 7.7.23 Bound . 130 7.7.24 Population_dependent_bound . 131 7.7.25 Integer_bound . 131 7.7.26 Aggregation_type 132 7.7.27 Variable_size_aggregation_type . 132 7.7.28 Set_type . 133 7.7.29 Bag_type . 133 7.7.30 List_type . 134 7.7.31 Array_type . 134 7.7.32 Underlying_type . 135 7.7.33 Base_type
18、136 7.7.34 Constructed_type 137 7.7.35 Interface_specification 138 7.7.36 Interfaced_item 138 7.7.37 Explicit_item_id . 139 7.7.38 Used_item 139 7.7.39 Referenced_item . 140 7.7.40 Implicit_item_id . 140 7.7.41 External_schema . 141 7.7.42 Domain_equivalent_type 141 7.7.43 Type_or_rule 142 7.7.44 Ex
19、plicit_or_derived 143 8 Conformance levels . 144 8.1 Conformance level features . 144 8.2 Header files 144 8.3 Indexing of aggregates . 145 ISO 2000 All rights reservedISO 10303-23:2000 (E) vi Annex A (normative) Information object registration146 Annex B (informative) Concept of operations147 B.1 B
20、ackground . 147 B.2 Influence of IDL on this part of ISO 10303 . 148 B.3 IDLC+ concepts 149 B.4 Influence of POS on this part of ISO 10303 150 B.4.1 Object 150 B.4.2 SessionInstance and DAObject 150 B.4.3 SessionInstance 151 B.4.4 ModelContents . 151 B.4.5 PID and PID_SDAI . 151 B.4.6 DAObject and D
21、AObject_SDAI . 152 B.4.7 Application_instance and application_instance factory . 152 B.4.8 PID_DA 152 B.5 Scenarios . 152 Bibliography 154 Index 155 Figures Figure B.1 Inheritance hierarchy 151 Tables Table 1 Arguments and return values 7 Table 2 EXPRESS builtin constants . 10 Table 3 Mapping of EXP
22、RESS types to TypeCode values. 54 ISO 2000 All rights reservedISO 10303-23:2000 (E) vii Foreword Part 1, Overview and fundamental principles; Part 11, Description methods: The EXPRESS language reference manual; Part 12, Description method: The EXPRESSI language reference manual; Part 21, Implementat
23、ion methods: Clear text encoding of the exchange structure; Part 22, Implementation method: Standard data access interface specification; Part 23, Implementation method: C+ language binding to the standard data access interface; Part 24, Implementation method: C language binding to the standard data
24、 access interface; Part 26, Implementation method: Interface definition language binding to the standard data access; Part 31, Conformance testing methodology and framework: General concepts; Part 32, Conformance testing methodology and framework: Requirements on testing laboratories and clients; IS
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISO10303232000INDUSTRIALAUTOMATIONSYSTEMSANDINTEGRATIONPRODUCTDATAREPRESENTATIONANDEXCHANGEPART23IMPLEMENTATIONMETHODSCLANGUAGEBINDINGPDF

链接地址:http://www.mydoc123.com/p-1249579.html