-
Key: DDSPSMC-17
-
Legacy Issue Number: 16563
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
The RaderTrack uses an anonymous type in the example for plot on page 22
of the beta 1 spec.So change
struct RadarTrack
{ string id; long x; long y; long z; //@optional sequence<octet> plot; //@shared };
To
typdef sequence<octet> plot_type;
{ string id; long x; long y; long z; //@optional plot_type plot; //@shared }
struct RadarTrack;
-
Reported: DDS-PSM-Cxx 1.0b1 — Fri, 23 Sep 2011 04:00 GMT
-
Disposition: Resolved — DDS-PSM-Cxx 1.0b2
-
Disposition Summary:
Insert required typedefs
-
Updated: Fri, 6 Mar 2015 20:58 GMT