/usr/share/tcltk/combat0.8/str.tcl is in tcl-combat 0.8.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 | #
# ======================================================================
# This file is part of Combat/Tcl, a Tcl CORBA Object Request Broker
#
# Please visit the Combat Web site at http://www.fpx.de/Combat/ for
# more information.
#
# Copyright (c) Frank Pilhofer, combat@fpx.de
#
# ======================================================================
#
# CVS Version Tag: $Id: str.tcl,v 1.17 2011-08-01 17:58:13 fp Exp $
#
namespace eval Combat {
namespace eval SimpleTypeRepository {
variable absnames ;# array absnames -> id
variable elements ;# array id -> irobject
variable contained ;# array id -> list of id
variable ifcollected ;# array id -> 1
variable attributes ;# array ifaceid,name -> attribute desc
variable operations ;# array ifaceid,name -> op desc
variable downloaded
variable downattrs
variable downops
#
# TypeCode for FullInterfaceDescription <groan>
#
set fid_tc {struct \
IDL:omg.org/CORBA/InterfaceDef/FullInterfaceDescription:1.0 \
{name string id string defined_in string version string \
operations {sequence {struct \
IDL:omg.org/CORBA/OperationDescription:1.0 \
{name string id string defined_in string version string \
result TypeCode mode {enum {OP_NORMAL OP_ONEWAY}} \
contexts {sequence string} parameters {sequence \
{struct IDL:omg.org/CORBA/ParameterDescription:1.0 \
{name string type TypeCode type_def {Object \
IDL:omg.org/CORBA/IDLType:1.0} mode {enum {PARAM_IN \
PARAM_OUT PARAM_INOUT}}}}} exceptions {sequence \
{struct IDL:omg.org/CORBA/ExceptionDescription:1.0 \
{name string id string defined_in string version \
string type TypeCode}}}}}} attributes {sequence \
{struct IDL:omg.org/CORBA/AttributeDescription:1.0 \
{name string id string defined_in string version string \
type TypeCode mode {enum {ATTR_NORMAL ATTR_READONLY}}}}} \
base_interfaces {sequence string} type TypeCode}}
variable efid_tc {struct \
IDL:omg.org/CORBA/InterfaceAttrExtension/ExtFullInterfaceDescription:1.0 \
{name string id string defined_in string version string \
operations {sequence {struct \
IDL:omg.org/CORBA/OperationDescription:1.0 {name string \
id string defined_in string version string result TypeCode \
mode {enum {OP_NORMAL OP_ONEWAY}} contexts {sequence string} \
parameters {sequence {struct \
IDL:omg.org/CORBA/ParameterDescription:1.0 {name string \
type TypeCode type_def {Object IDL:omg.org/CORBA/IDLType:1.0} \
mode {enum {PARAM_IN PARAM_OUT PARAM_INOUT}}}}} exceptions \
{sequence {struct IDL:omg.org/CORBA/ExceptionDescription:1.0 \
{name string id string defined_in string version string type \
TypeCode}}}}}} attributes {sequence {struct \
IDL:omg.org/CORBA/ExtAttributeDescription:1.0 {name string \
id string defined_in string version string type TypeCode \
mode {enum {ATTR_NORMAL ATTR_READONLY}} get_exceptions \
{sequence {struct IDL:omg.org/CORBA/ExceptionDescription:1.0 \
{name string id string defined_in string version string \
type TypeCode}}} set_exceptions {sequence {struct \
IDL:omg.org/CORBA/ExceptionDescription:1.0 {name string \
id string defined_in string version string type \
TypeCode}}}}}} base_interfaces {sequence string} type \
TypeCode}}
#
# Some known absolute name to Repository Id mappings. This is
# necessary so that CORBA system exceptions can be caught by name.
#
array set absnames {
::CORBA::Object IDL:omg.org/CORBA/Object:1.0
::CORBA::UNKNOWN IDL:omg.org/CORBA/UNKNOWN:1.0
::CORBA::BAD_PARAM IDL:omg.org/CORBA/BAD_PARAM:1.0
::CORBA::NO_MEMORY IDL:omg.org/CORBA/NO_MEMORY:1.0
::CORBA::IMP_LIMIT IDL:omg.org/CORBA/IMP_LIMIT:1.0
::CORBA::COMM_FAILURE IDL:omg.org/CORBA/COMM_FAILURE:1.0
::CORBA::INV_OBJREF IDL:omg.org/CORBA/INV_OBJREF:1.0
::CORBA::NO_PERMISSION IDL:omg.org/CORBA/NO_PERMISSION:1.0
::CORBA::INTERNAL IDL:omg.org/CORBA/INTERNAL:1.0
::CORBA::MARSHAL IDL:omg.org/CORBA/MARSHAL:1.0
::CORBA::INITIALIZE IDL:omg.org/CORBA/INITIALIZE:1.0
::CORBA::NO_IMPLEMENT IDL:omg.org/CORBA/NO_IMPLEMENT:1.0
::CORBA::BAD_TYPECODE IDL:omg.org/CORBA/BAD_TYPECODE:1.0
::CORBA::BAD_OPERATION IDL:omg.org/CORBA/BAD_OPERATION:1.0
::CORBA::NO_RESOURCES IDL:omg.org/CORBA/NO_RESOURCES:1.0
::CORBA::NO_RESPONSE IDL:omg.org/CORBA/NO_RESPONSE:1.0
::CORBA::PERSIST_STORE IDL:omg.org/CORBA/PERSIST_STORE:1.0
::CORBA::BAD_INV_ORDER IDL:omg.org/CORBA/BAD_INV_ORDER:1.0
::CORBA::TRANSIENT IDL:omg.org/CORBA/TRANSIENT:1.0
::CORBA::FREE_MEM IDL:omg.org/CORBA/FREE_MEM:1.0
::CORBA::INV_IDENT IDL:omg.org/CORBA/INV_IDENT:1.0
::CORBA::INV_FLAG IDL:omg.org/CORBA/INV_FLAG:1.0
::CORBA::INTF_REPOS IDL:omg.org/CORBA/INTF_REPOS:1.0
::CORBA::BAD_CONTEXT IDL:omg.org/CORBA/BAD_CONTEXT:1.0
::CORBA::OBJ_ADAPTER IDL:omg.org/CORBA/OBJ_ADAPTER:1.0
::CORBA::DATA_CONVERSION IDL:omg.org/CORBA/DATA_CONVERSION:1.0
::CORBA::OBJECT_NOT_EXIST IDL:omg.org/CORBA/OBJECT_NOT_EXIST:1.0
::CORBA::TRANSACTION_REQUIRED IDL:omg.org/CORBA/TRANSACTION_REQUIRED:1.0
::CORBA::TRANSACTION_ROLLEDBACK IDL:omg.org/CORBA/TRANSACTION_ROLLEDBACK:1.0
::CORBA::INVALID_TRANSACTION IDL:omg.org/CORBA/INVALID_TRANSACTION:1.0
::CORBA::INV_POLICY IDL:omg.org/CORBA/INV_POLICY:1.0
::CORBA::CODESET_INCOMPATIBLE IDL:omg.org/CORBA/CODESET_INCOMPATIBLE:1.0
::CORBA::TIMEOUT IDL:omg.org/CORBA/TIMEOUT:1.0
}
itcl::class IRObject {
public variable id
public variable name
constructor {theid thename} {
set id $theid
set name $thename
}
}
itcl::class PrimitiveDef {
public variable kind
public method type {} {
if {$kind == "value base"} {
return [list valuetype \
IDL:omg.org/CORBA/ValueBase:1.0 \
[list] "" ""]
}
return $kind
}
}
itcl::class ConstantDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable type_def
public variable value
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method type {
return [$type_def type]
}
}
itcl::class StructDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable members
private variable visited
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {
set visited 0
}
public method type {} {
if {$visited} {
return [list recursive $id]
}
set visited 1
set mtc [list]
foreach member $members {
set member_name [lindex $member 0]
set member_type [[lindex $member 1] type]
lappend mtc $member_name $member_type
}
set visited 0
return [list struct $id $mtc]
}
}
itcl::class ExceptionDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable members
private variable visited
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {
set visited 0
}
public method type {} {
if {$visited} {
return [list recursive $id]
}
set visited 1
set mtc [list]
foreach member $members {
set member_name [lindex $member 0]
set member_type [[lindex $member 1] type]
lappend mtc $member_name $member_type
}
set visited 0
return [list exception $id $mtc]
}
public method describe {} {
return [list \
name $name \
id $id \
defined_in dummy \
version dummy \
type [type]]
}
}
itcl::class UnionDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable members
public variable discriminator_type_def
private variable visited
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {
set visited 0
}
public method type {} {
if {$visited} {
return [list recursive $id]
}
set visited 1
set mtc [list]
foreach member $members {
set label [lindex $member 0]
set mname [lindex $member 1]
set mtype [[lindex $member 2] type]
lappend mtc $label $mtype
}
set visited 0
return [list union $id [$discriminator_type_def type] $mtc]
}
}
itcl::class EnumDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable members
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method type {} {
return [list enum $members]
}
}
itcl::class AliasDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable original_type_def
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method type {} {
return [$original_type_def type]
}
}
itcl::class StringDef {
public variable bound
public method type {} {
if {$bound == 0} {
return string
}
return [list string $bound]
}
}
itcl::class WStringDef {
public variable bound
public method type {} {
if {$bound == 0} {
return wstring
}
return [list wstring $bound]
}
}
itcl::class FixedDef {
public variable digits
public variable scale
public method type {} {
return [list fixed $digits $scale]
}
}
itcl::class SequenceDef {
public variable element_type_def
public variable bound
public method type {} {
if {$bound != 0} {
return [list sequence [$element_type_def type] $bound]
}
return [list sequence [$element_type_def type]]
}
}
itcl::class ArrayDef {
public variable element_type_def
public variable length
public method type {} {
return [list array [$element_type_def type] $length]
}
}
itcl::class AttributeDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable type_def
public variable mode
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
#
# Returns an ExtAttributeDescription
#
public method describe {} {
return [list \
name $name \
id $id \
defined_in dummy \
version dummy \
type [$type_def type] \
mode $mode \
get_exceptions [list] \
set_exceptions [list]]
}
}
itcl::class OperationDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable result_def
public variable params
public variable mode
public variable exceptions
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method describe {} {
set pardescs [list]
foreach param $params {
set par_mode [lindex $param 0]
set par_name [lindex $param 1]
set par_type [[lindex $param 2] type]
lappend pardescs [list \
name $par_name \
type $par_type \
type_def 0 \
mode $par_mode]
}
set exdescs [list]
foreach ex $exceptions {
lappend exdescs [$ex describe]
}
return [list \
name $name \
id $id \
defined_in dummy \
version dummy \
result [$result_def type] \
mode $mode \
contexts [list] \
parameters $pardescs \
exceptions $exdescs]
}
}
itcl::class InterfaceDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable base_interfaces
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {
set base_interfaces [list]
}
public method type {} {
return [list Object $id]
}
public method _is_a {other_id} {
if {$id == $other_id} {
return 1
} elseif {$id == "IDL:omg.org/CORBA/Object:1.0"} {
return 1
}
foreach base $base_interfaces {
if {[$base cget -id] == $other_id} {
return 1
}
if {[$base _is_a $other_id]} {
return 1
}
}
return 0
}
public method describe {} {
set bases [list]
foreach base $base_interfaces {
lappend bases [$base cget -id]
}
return [list name $name id $id defined_in dummy \
version dummy base_interfaces $bases]
}
public method describe_ext_interface {} {
set bases [list]
foreach base $base_interfaces {
lappend bases [$base cget -id]
}
set operations [list]
set attributes [list]
#
# Collect the descriptions of attributes and operations
# in the transitive closure of the inheritance graph.
#
set queue $this
while {[llength $queue]} {
set iface [lindex $queue 0]
set queue [lrange $queue 1 end]
set ifaceid [$iface cget -id]
if {[info exists hadbase($ifaceid)]} {
continue
}
set hadbase($ifaceid) 1
foreach base [$iface cget -base_interfaces] {
lappend queue $base
}
foreach contained $::Combat::SimpleTypeRepository::contained($ifaceid) {
set el $::Combat::SimpleTypeRepository::elements($contained)
if {[catch {$el isa ::Combat::SimpleTypeRepository::AttributeDef} isattr]} {
set isattr 0
}
if {[catch {$el isa ::Combat::SimpleTypeRepository::OperationDef} isop]} {
set isop 0
}
if {$isattr} {
lappend attributes [$el describe]
} elseif {$isop} {
lappend operations [$el describe]
}
}
}
array unset hadbase
return [list \
name $name \
id $id \
defined_in dummy \
version dummy \
operations $operations \
attributes $attributes \
base_interfaces $bases \
type [list Object $id]]
}
}
itcl::class AbstractInterfaceDef {
inherit ::Combat::SimpleTypeRepository::InterfaceDef
constructor {theid thename} {
::Combat::SimpleTypeRepository::InterfaceDef::constructor $theid $thename
} {}
public method type {} {
return [list abstractinterface $id]
}
public method describe {} {
set bases [list]
foreach base $base_interfaces {
lappend bases [$base cget -id]
}
return [list name $name id $id defined_in dummy \
version dummy base_interfaces $bases]
}
}
itcl::class ValueMemberDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable type_def
public variable access
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method type {} {
return [$type_def type]
}
}
itcl::class ValueDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable supported_interfaces
public variable initializers
public variable base_value
public variable abstract_base_values
public variable is_abstract
public variable is_custom
public variable is_truncatable
private variable visited
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {
set visited 0
}
public method type {} {
if {$visited} {
return [list recursive $id]
}
set visited 1
set members [list]
foreach el $::Combat::SimpleTypeRepository::contained($id) {
set member $::Combat::SimpleTypeRepository::elements($el)
if {[catch {$member isa ::Combat::SimpleTypeRepository::ValueMemberDef} isvm]} {
set isvm 0
}
if {$isvm} {
if {[$member cget -access] == "PRIVATE_MEMBER"} {
set visi private
} else {
set visi public
}
lappend members $visi [$member cget -name] \
[[$member cget -type_def] type]
}
}
if {$base_value == ""} {
set base_type 0
} else {
set base_type [$base_value type]
}
if {$is_custom} {
set modifier "custom"
} elseif {$is_abstract} {
set modifier "abstract"
} elseif {$is_truncatable} {
set modifier "truncatable"
} else {
set modifier ""
}
set visited 0
return [list valuetype $id $members $base_type $modifier]
}
public method describe {} {
return [list name $name id $id defined_in dummy \
version dummy base_interfaces $base_interfaces]
}
}
itcl::class ValueboxDef {
inherit ::Combat::SimpleTypeRepository::IRObject
public variable original_type_def
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method type {} {
return [list valuebox $id [$original_type_def type]]
}
}
itcl::class NativeDef {
inherit ::Combat::SimpleTypeRepository::IRObject
constructor {theid thename} {
::Combat::SimpleTypeRepository::IRObject::constructor $theid $thename
} {}
public method type {} {
return [list native $id]
}
}
proc scanIDLTypeName {typename} {
switch -- $typename {
void -
short -
long -
{unsigned short} -
{unsigned long} -
float -
double -
boolean -
char -
octet -
any -
TypeCode -
string -
Object -
{long long} -
{unsigned long long} -
{long double} -
wchar -
wstring -
{value base} {
set o [namespace current]::[PrimitiveDef \#auto]
$o configure -kind $typename
return $o
}
}
if {[llength $typename] == 1} {
return $::Combat::SimpleTypeRepository::elements($typename)
}
switch -- [lindex $typename 0] {
string {
set o [namespace current]::[StringDef \#auto]
$o configure -bound [lindex $typename 1]
return $o
}
wstring {
set o [namespace current]::[WStringDef \#auto]
$o configure -bound [lindex $typename 1]
return $o
}
fixed {
set o [namespace current]::[FixedDef \#auto]
$o configure -digits [lindex $typename 1] \
-scale [lindex $typename 2]
return $o
}
sequence {
set o [namespace current]::[SequenceDef \#auto]
$o configure -element_type_def \
[scanIDLTypeName [lindex $typename 1]]
if {[llength $typename] == 3} {
$o configure -bound [lindex $typename 2]
} else {
$o configure -bound 0
}
return $o
}
array {
set o [namespace current]::[ArrayDef \#auto]
$o configure -element_type_def \
[scanIDLTypeName [lindex $typename 1]]
$o configure -length [lindex $typename 2]
return $o
}
}
error "error: internal error, I should not be here for type $typename"
}
proc addItem {item container scope} {
set type [lindex $item 0]
set repoid [lindex [lindex $item 1] 0]
set name [lindex [lindex $item 1] 1]
set version [lindex [lindex $item 1] 2]
if {$scope != "::"} {
set absolute_name "[set scope]::$name"
} else {
set absolute_name "::$name"
}
set ::Combat::SimpleTypeRepository::absnames($absolute_name) $repoid
if {![info exists ::Combat::SimpleTypeRepository::contained($container)]} {
set ::Combat::SimpleTypeRepository::contained($container) [list]
}
if {[info exists ::Combat::SimpleTypeRepository::elements($repoid)]} {
set o $::Combat::SimpleTypeRepository::elements($repoid)
} else {
set o ""
}
switch -- $type {
module {
foreach contained [lindex $item 2] {
addItem $contained $repoid $absolute_name
}
}
const {
set type [scanIDLTypeName [lindex $item 2]]
set value [list [$type type] [lindex $item 3]]
if {$o == ""} {
set o [namespace current]::[ConstantDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -type_def $type -value $value
}
struct {
if {$o == ""} {
set o [namespace current]::[StructDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
if {[llength $item] > 2} {
foreach contained [lindex $item 3] {
addItem $contained $repoid $absolute_name
}
set members [list]
foreach member [lindex $item 2] {
set member_name [lindex $member 0]
set member_type \
[scanIDLTypeName [lindex $member 1]]
lappend members [list $member_name $member_type]
}
$o configure -members $members
}
}
exception {
if {$o == ""} {
set o [namespace current]::[ExceptionDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
foreach contained [lindex $item 3] {
addItem $contained $repoid $absolute_name
}
set members [list]
foreach member [lindex $item 2] {
set member_name [lindex $member 0]
set member_type \
[scanIDLTypeName [lindex $member 1]]
lappend members [list $member_name $member_type]
}
$o configure -members $members
}
union {
if {$o == ""} {
set o [namespace current]::[UnionDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
if {[llength $item] > 2} {
foreach contained [lindex $item 4] {
addItem $contained $repoid $absolute_name
}
$o configure -discriminator_type_def \
[scanIDLTypeName [lindex $item 2]]
set members [list]
foreach member [lindex $item 3] {
set label [lindex $member 0]
set mname [lindex $member 1]
set mtype [scanIDLTypeName [lindex $member 2]]
lappend members [list $label mname $mtype]
}
$o configure -members $members
}
}
enum {
if {$o == ""} {
set o [namespace current]::[EnumDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -members [lindex $item 2]
}
typedef {
if {$o == ""} {
set o [namespace current]::[AliasDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -original_type_def \
[scanIDLTypeName [lindex $item 2]]
}
attribute {
set mode "ATTR_NORMAL"
if {[llength $item] == 4} {
if {[lindex $item 3] == "readonly"} {
set mode "ATTR_READONLY"
}
}
if {$o == ""} {
set o [namespace current]::[AttributeDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -type_def [scanIDLTypeName [lindex $item 2]]
$o configure -mode $mode
}
operation {
#
# We're not entirely true here wrt the parameters
# and exceptions entries. We don't use a ParDescription
# Seq (ExcDescriptionSeq), but directly the information
# that we need in ORB::send_request.
#
set params [list]
foreach par [lindex $item 3] {
switch -- [lindex $par 0] {
in { set par_mode "PARAM_IN" }
out { set par_mode "PARAM_OUT" }
inout { set par_mode "PARAM_INOUT" }
default { error "oops" }
}
set par_name [lindex $par 1]
set par_type [scanIDLTypeName [lindex $par 2]]
lappend params [list $par_mode $par_name $par_type]
}
set exceptions [list]
foreach ex [lindex $item 4] {
lappend exceptions [scanIDLTypeName $ex]
}
set mode "OP_NORMAL"
if {[llength $item] == 6} {
if {[lindex $item 5] == "oneway"} {
set mode "OP_ONEWAY"
}
}
if {$o == ""} {
set o [namespace current]::[OperationDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -result_def [scanIDLTypeName [lindex $item 2]]
$o configure -params $params
$o configure -mode $mode
$o configure -exceptions $exceptions
}
interface -
abstractinterface {
if {$o == ""} {
if {$type == "interface"} {
set o [namespace current]::[InterfaceDef \#auto $repoid $name]
} else {
set o [namespace current]::[AbstractInterfaceDef \#auto $repoid $name]
}
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
set ::Combat::SimpleTypeRepository::contained($repoid) [list]
}
if {[llength $item] > 2} {
set bases [list]
foreach base [lindex $item 2] {
lappend bases [scanIDLTypeName $base]
}
$o configure -base_interfaces $bases
foreach contained [lindex $item 3] {
addItem $contained $repoid $absolute_name
}
}
}
valuetype {
if {$o == ""} {
set o [namespace current]::[ValueDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
set ::Combat::SimpleTypeRepository::contained($repoid) [list]
}
if {[llength $item] > 2} {
if {[lindex $item 2] == "0"} {
set base_value ""
} else {
set base_value [scanIDLTypeName [lindex $item 2]]
}
$o configure -base_value $base_value
set abs_base_values [list]
foreach abase [lindex $item 3] {
lappend abs_base_values [scanIDLTypeName $abase]
}
$o configure -abstract_base_values $abs_base_values
set supported [list]
foreach supp [lindex $item 4] {
lappend supported [scanIDLTypeName $supp]
}
$o configure -supported_interfaces $supported
# ignore initializers for the moment
$o configure -initializers [list]
$o configure -is_abstract 0
$o configure -is_custom 0
$o configure -is_truncatable 0
foreach modifier [lindex $item 6] {
switch -- $modifier {
custom {
$o configure -is_custom 1
}
abstract {
$o configure -is_abstract 1
}
truncatable {
$o configure -is_truncatable 1
}
}
}
foreach contained [lindex $item 7] {
addItem $contained $repoid $absolute_name
}
}
}
valuebox {
if {$o == ""} {
set o [namespace current]::[ValueboxDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -original_type_def \
[scanIDLTypeName [lindex $item 2]]
}
valuemember {
if {$o == ""} {
set o [namespace current]::[ValueMemberDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
$o configure -type_def [scanIDLTypeName [lindex $item 2]]
if {[lindex $item 3] == "private"} {
$o configure -access PRIVATE_MEMBER
} else {
$o configure -access PUBLIC_MEMBER
}
}
native {
if {$o == ""} {
set o [namespace current]::[NativeDef \#auto $repoid $name]
set ::Combat::SimpleTypeRepository::elements($repoid) $o
lappend ::Combat::SimpleTypeRepository::contained($container) $repoid
}
}
localinterface -
abstractinterface {
# ignored
}
default {
error "error: illegal type $type while adding item $item to type repository"
}
}
# end of switch
# end of proc addItem
}
#
# collect all attribute and operation information for an interface
#
proc collectInterface {repoid {toplevel ""}} {
if {$toplevel == ""} {
if {[info exists ::Combat::SimpleTypeRepository::ifcollected($repoid)]} {
return
}
set ::Combat::SimpleTypeRepository::ifcollected($repoid) 1
set toplevel $repoid
}
foreach contained $::Combat::SimpleTypeRepository::contained($repoid) {
set el $::Combat::SimpleTypeRepository::elements($contained)
if {[catch {$el isa ::Combat::SimpleTypeRepository::AttributeDef} isattr]} {
set isattr 0
}
if {[catch {$el isa ::Combat::SimpleTypeRepository::OperationDef} isop]} {
set isop 0
}
if {$isattr} {
set name [$el cget -name]
set desc [$el describe]
set ::Combat::SimpleTypeRepository::attributes($toplevel,$name) $desc
} elseif {$isop} {
set name [$el cget -name]
set desc [$el describe]
set ::Combat::SimpleTypeRepository::operations($toplevel,$name) $desc
}
}
set i $::Combat::SimpleTypeRepository::elements($repoid)
foreach base [$i cget -base_interfaces] {
collectInterface [$base cget -id] $toplevel
}
}
#
# Add data obtained from idl2tcl
#
proc add {data} {
array set ::Combat::SimpleTypeRepository::ifcollected {}
array set ::Combat::SimpleTypeRepository::attributes {}
array set ::Combat::SimpleTypeRepository::operations {}
foreach item $data {
addItem $item "::" "::"
}
}
#
# Check if we have type information in our repository, but don't
# download it yet.
#
proc HaveTypeInfoForId {repoid} {
if {[info exists ::Combat::SimpleTypeRepository::elements($repoid)]} {
if {![info exists ::Combat::SimpleTypeRepository::ifcollected($repoid)]} {
collectInterface $repoid
}
return 1
}
if {[info exists ::Combat::SimpleTypeRepository::downloaded($repoid)]} {
return 1
}
return 0
}
#
# Download a FullInterfaceDescription from the IFR
#
proc UpdateTypeInfoForObj {obj {force 0}} {
#
# Check if this object has a Repository Id
#
set repoid [$obj cget -type_id]
if {$force || $repoid == ""} {
catch {$obj UpdateType}
set repoid [$obj cget -type_id]
}
#
# Do we have a Repository Id?
#
if {$repoid != "" && !$force} {
if {[HaveTypeInfoForId $repoid]} {
return 1
}
}
#
# Try to download info for this Repository Id from the
# Interface Repository
#
if {$repoid != "" && !$force} {
if {[UpdateTypeInfoForId $repoid]} {
return 1
}
}
#
# Either we don't have a Repository Id, we don't have
# type information for that Repository Id, or we want to
# force an update of our type information. Ask the object
# about its interface.
#
#
# Does the object support reflection?
#
if {![catch {
set efidany [::Combat::CORBA::ORB::invoke_sync 1 $obj \
omg_get_ifr_metadata any 0 {} {}]
}]} {
set efid [lindex $efidany 1]
set repoid [AddInterfaceInfoFromEfid $efid]
$obj configure -type_id $repoid
::corba::release any $efidany
return 1
}
#
# Does _get_interface work?
#
if {![catch {
set iface [$obj _get_interface]
}]} {
set repoid [DownloadFromIFR $iface]
::corba::release $iface
if {$repoid != 0} {
$obj configure -type_id $repoid
return 1
}
}
#
# We are running out of options. See if we have any
# type information available.
#
if {$repoid == ""} {
return 0
}
return [HaveTypeInfoForId $repoid]
}
proc UpdateTypeInfoForId {repoid} {
#
# (1) Is type data available in our own repository ?
#
if {[HaveTypeInfoForId $repoid]} {
return 1
}
#
# (2) Contact Interface Repository and look for repoid
#
if {[catch {
set ifr [::corba::resolve_initial_references InterfaceRepository]
}]} {
return 0
}
set ifrobj [::Combat::CORBA::ORB::GetObjFromHandle $ifr]
if {[catch {
set iface [::Combat::CORBA::ORB::invoke_sync 1 $ifrobj \
lookup_id Object 0 {{in string}} [list $repoid]]
}]} {
::corba::release $ifr
return 0
}
set result [DownloadFromIFR $iface]
::corba::release $iface
::corba::release $ifr
return $result
}
proc DownloadFromIFR {iface} {
#
# Okay, download its FullInterfaceDescription
#
set ifaceobj [::Combat::CORBA::ORB::GetObjFromHandle $iface]
if {![catch {
set efid [::Combat::CORBA::ORB::invoke_sync 1 $ifaceobj \
describe_ext_interface $::Combat::SimpleTypeRepository::efid_tc 0 {} {}]
} res]} {
return [AddInterfaceInfoFromEfid $efid]
}
if {![catch {
set fid [::Combat::CORBA::ORB::invoke_sync 1 $ifaceobj \
describe_interface $::Combat::SimpleTypeRepository::fid_tc 0 {} {}]
} res]} {
return [AddInterfaceInfoFromFid $fid]
}
return 0
}
proc AddInterfaceInfoFromFid {fid} {
#
# The FullInterfaceDescription is the same as ExtFullInterface-
# Description but for the attributes. An ExtAttrDescription has
# two new members, get_exceptions and set_exceptions. We're taking
# care of that difference elsewhere.
#
return [AddInterfaceInfoFromEfid $fid]
}
proc AddInterfaceInfoFromEfid {efid} {
#
# add operation and attribute info
#
set repoid [lindex $efid 3]
foreach op [lindex $efid 9] {
set opname [lindex $op 1]
set ::Combat::SimpleTypeRepository::downops($repoid,$opname) $op
}
foreach at [lindex $efid 11] {
set atname [lindex $at 1]
set ::Combat::SimpleTypeRepository::downattrs($repoid,$atname) $at
}
#
# fine.
#
set ::Combat::SimpleTypeRepository::downloaded($repoid) 1
return $repoid
}
#
# get info
#
proc _is_a {repoid type} {
if {[catch {
set el $::Combat::SimpleTypeRepository::elements($repoid)
set res [$el _is_a $type]
}]} {
return 0
}
return $res
}
proc getTypeOf {repoidorscopedname} {
if {[info exists ::Combat::SimpleTypeRepository::absnames($repoidorscopedname)]} {
set repoid $::Combat::SimpleTypeRepository::absnames($repoidorscopedname)
} elseif {[info exists ::Combat::SimpleTypeRepository::absnames(::$repoidorscopedname)]} {
set repoid $::Combat::SimpleTypeRepository::absnames(::$repoidorscopedname)
} else {
set repoid $repoidorscopedname
}
if {[catch {
set el $::Combat::SimpleTypeRepository::elements($repoid)
set type [$el type]
}]} {
error "error: no such type in IFR: $repoidorscopedname"
}
return $type
}
proc getConst {repoidorscopedname} {
if {[info exists ::Combat::SimpleTypeRepository::absnames($repoidorscopedname)]} {
set repoid $::Combat::SimpleTypeRepository::absnames($repoidorscopedname)
} elseif {[info exists ::Combat::SimpleTypeRepository::absnames(::$repoidorscopedname)]} {
set repoid $::Combat::SimpleTypeRepository::absnames(::$repoidorscopedname)
} else {
set repoid $repoidorscopedname
}
if {[catch {
set el $::Combat::SimpleTypeRepository::elements($repoid)
$el isa ::Combat::SimpleTypeRepository::ConstantDef
}]} {
error "error: no such type in IFR: $repoidorscopedname"
}
return [$el cget -value]
}
proc getOp {iface opname} {
if {[info exists ::Combat::SimpleTypeRepository::operations($iface,$opname)]} {
return $::Combat::SimpleTypeRepository::operations($iface,$opname)
}
if {[info exists ::Combat::SimpleTypeRepository::downops($iface,$opname)]} {
return $::Combat::SimpleTypeRepository::downops($iface,$opname)
}
return ""
}
proc getAttr {iface attrname} {
if {[info exists ::Combat::SimpleTypeRepository::attributes($iface,$attrname)]} {
return $::Combat::SimpleTypeRepository::attributes($iface,$attrname)
}
if {[info exists ::Combat::SimpleTypeRepository::downattrs($iface,$attrname)]} {
return $::Combat::SimpleTypeRepository::downattrs($iface,$attrname)
}
return ""
}
#
# Return an Any containing an ExtFullInterfaceDescription for a repoid
#
proc omgGetIfrMetadata {iface} {
if {![info exists ::Combat::SimpleTypeRepository::elements($iface)]} {
error "error: no such type in IFR: $iface"
}
set el $::Combat::SimpleTypeRepository::elements($iface)
$el isa ::Combat::SimpleTypeRepository::InterfaceDef
return [list $::Combat::SimpleTypeRepository::efid_tc \
[$el describe_ext_interface]]
}
#
# Get the repository id from a type that can be specified as a
# repository id or a scoped name.
#
proc getRepoid {repoidorscopedname} {
if {[string range $repoidorscopedname 0 3] == "IDL:"} {
return $repoidorscopedname
} elseif {[string range $repoidorscopedname 0 1] == "::"} {
return $::Combat::SimpleTypeRepository::absnames($repoidorscopedname)
} elseif {[info exists ::Combat::SimpleTypeRepository::absnames(::$repoidorscopedname)]} {
return $::Combat::SimpleTypeRepository::absnames(::$repoidorscopedname)
} else {
error "unknown type \"$repoidorscopedname\""
}
}
#
# Check if two types match, when each type can be specified as
# a scoped name or repoid.
#
proc matchTypes {t1 t2} {
return [string equal [getRepoid $t1] [getRepoid $t2]]
}
}
}
|