Index

Package: DDS.TypeSupport_Impl

Description

package DDS.TypeSupport_Impl 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.

Classes

Ref (abstract)

type Ref is abstract new DDS.TypeSupport.Ref with private;

Types

Ref_Access

type Ref_Access is access all Ref'Class;

Subprograms & Entries

Create_TypedDataReaderI

function Create_TypedDataReaderI 
(Self: access Ref) return DDS.DataReader.Ref_Access is abstract;

Destroy_TypedDataReaderI

procedure Destroy_TypedDataReaderI 
(Self: access Ref;
Reader: in out DDS.DataReader.Ref_Access) is abstract;

Create_TypedDataWriterI

function Create_TypedDataWriterI 
(Self: access Ref) return DDS.DataWriter.Ref_Access is abstract;

Destroy_TypedDataWriterI

procedure Destroy_TypedDataWriterI 
(Self: access Ref;
Writer: in out DDS.DataWriter.Ref_Access) is abstract;