Index

Package: RTIDDS.Obj

Description

package RTIDDS.Obj is
(c) Copyright, Real-Time Innovations, $Date:: 2012-02-16 #$ All rights reserved. No duplications, whole or partial, manual or electronic, may be made without express written permission. Any such copies, or revisions thereof, must display this notice unaltered. This code contains trade secrets of Real-Time Innovations, Inc.

Types

Ref (abstract)

type Ref is limited interface;

Ref_Access

type Ref_Access is access all Ref'Class;

Subprograms & Entries

GetInterface

function GetInterface 
(Self: not null access constant Ref) return System.Address is abstract;

SetInterface

procedure SetInterface 
(Self: not null access Ref;
To: System.Address) is abstract;

Interface_Is_Null

function Interface_Is_Null 
(Self: not null access constant Ref) return Boolean is abstract;