-
Key: SDRP-121
-
Legacy Issue Number: 8980
-
Status: closed
-
Source: RTX ( Mr. Roy M. Bell)
-
Summary:
I am looking at the IDL found in ftp://ftp.omg.org/pub/swradio-ftf/specification/2nd%20FTF/convenience/IDL. I notice that the files DfSWRadioMeasurementManagement.idl, DfSWRadioMeasurementPoint.idl, and DfSWRadioMeasurementTypes.idl fail to compile because they expect CFCommonTypes.idl to contain a definition for "TimeType".
I did not find TimeType defined in the SCA IDL, but I did find the following definition in the SCA LogService.idl file:
{ /* This value corresponds to POSIX time_t type */ long seconds; long nanoseconds; }
struct LogTimeType;
Instead of using a definition like the one above I would recommend using TimeBase::TimeT. This would make it more compatible with the CORBA Time service. My recommendation is to add the following line to the CFCommonTypes.idl file:
typedef TimeBase::TimeT TimeType; -
Reported: SDRP 1.0b1 — Fri, 26 Aug 2005 04:00 GMT
-
Disposition: Resolved — SDRP 1.0
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:53 GMT
SDRP — CFCommonTypes.idl is missing definition of TimeType
- Key: SDRP-121
- OMG Task Force: PIM & PSM for SWRadio FTF