Common Types contains invalid IDL
-
Key: DDSRPC11-5
-
Status: open
-
Source: Object Computing, Inc. - OCI ( Mr. Adam Mitz)
-
Summary:
IDL identifiers may not reuse the same names (disregarding case) of types already in scope. This is a problem for "instanceName" in the RPC spec:
struct RequestHeader { SampleIndentity_t requestId; InstanceName instanceName; };
And SampleIndentity_t is misspelled. It should be SampleIdentity.
-
Reported: DDS-RPC 1.0 — Wed, 16 Jun 2021 21:32 GMT
-
Updated: Wed, 16 Jun 2021 21:32 GMT