From 6bcdad20c24457393c0d9eeb385d0ff5aa872cd0 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 25 Apr 2018 15:09:14 +0200 Subject: Move the corba applcations to separate repository All corba applications are moved to a separate repository. E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications cosTime, cosTransactions, cosProperty and cosFileTransfer. --- lib/cosTime/doc/src/CosTime_UTO.xml | 156 ------------------------------------ 1 file changed, 156 deletions(-) delete mode 100644 lib/cosTime/doc/src/CosTime_UTO.xml (limited to 'lib/cosTime/doc/src/CosTime_UTO.xml') diff --git a/lib/cosTime/doc/src/CosTime_UTO.xml b/lib/cosTime/doc/src/CosTime_UTO.xml deleted file mode 100644 index 432d9d92f9..0000000000 --- a/lib/cosTime/doc/src/CosTime_UTO.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - -
- - 2000 - 2016 - Ericsson AB, All Rights Reserved - - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - The Initial Developer of the Original Code is Ericsson AB. - - - CosTime_UTO - Niclas Eklund - Niclas Eklund - - Niclas Eklund - - 2000-02-01 - 1.0 -
- CosTime_UTO - This module implements the OMG CosTime::UTO interface. - -

To get access to the record definitions for the structures use:

--include_lib("cosTime/include/*.hrl").

-
- - - '_get_time'(UTO) -> ulonglong() - Return the time associated with the target object - - UTO = #objref - - -

This operation returns the time associated with the target object.

-
-
- - '_get_inaccuracy'(UTO) -> ulonglong() - Return the inaccuracy associated with the target object - - UTO = #objref - - -

This operation returns the inaccuracy associated with the target object.

-
-
- - '_get_tdf'(UTO) -> short() - Return the time displacement factor associated with the target object - - UTO = #objref - - -

This operation returns the time displacement factor associated with - the target object.

-
-
- - '_get_utc_time'(UTO) -> UtcT - Return the data associated with the target object in Utc form - - UTO = #objref - Utc = #'TimeBase_UtcT'{time, inacclo, inacchi, tdf} - time = ulonglong() - inacclo = ulong() - inacchi = ushort() - tdf = short() - - -

This operation returns the data associated with the target object in - Utc form.

-
-
- - absolute_time(UTO) -> OtherUTO - Create a new UTO object representing the time in the target object added to current time (UTC) - - UTO = OtherUTO = #objref - - -

This operation create a new UTO object representing the time in the target - object added to current time (UTC). The time base is - 15 october 1582 00:00. Comparing two time objects which use - different time base is, by obvious reasons, pointless. - Raises DATA_CONVERSION if causes an overflow. This operation is only useful - if the target object represents a relative time.

-
-
- - compare_time(UTO, ComparisonType, OtherUTO) -> Reply - Compare the time associated with the target object and the given UTO object - - UTO = OtherUTO = #objref - ComparisonType = 'IntervalC' | 'MidC' - Reply = 'TCEqualTo' | 'TCLessThan' | 'TCGreaterThan' | 'TCIndeterminate' - - -

This operation compares the time associated with the target object and the - given UTO object. The different ComparisonType are:

-

- - 'MidC' - only compare the time represented by each object. Furthermore, - the target object is always used as the first parameter in the - comparison, i.e., if the target object's time is larger - 'TCGreaterThan' will be returned. - 'IntervalC' - also takes the inaccuracy into consideration, i.e., - if the two objects interval overlaps 'TCIndeterminate' is returned, - otherwise the as for 'MidC'. - -
-
- - time_to_interval(UTO, OtherUTO) -> TIO - Create a TIO representing the interval between the target object and the given UTO midpoint times - - UTO = OtherUTO = TIO = #objref - - -

This operation returns a TIO representing the interval between the target - object and the given UTO midpoint times. The inaccuracy in the objects are - not taken into consideration.

-
-
- - interval(UTO) -> TIO - Create a TIO object representing the error interval around the time value represented by the target object - - UTO = TIO = #objref - - -

This operation creates a TIO object representing the error interval - around the time value represented by the target object, i.e., - TIO.upper_bound = UTO.time+UTO.inaccuracy and - TIO.lower_bound = UTO.time-UTO.inaccuracy.

-
-
-
- -
- -- cgit v1.2.3