Index

Package: DDS.TopicListener.Low_Level

Description

package DDS.TopicListener.Low_Level 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.

Constants & Global variables

TopicListener_DEFAULT (ndds_dds_c_dds_c_topic_h.DDS_TopicListener)

TopicListener_DEFAULT : constant RTIDDS.Low_Level.ndds_dds_c_dds_c_topic_h.DDS_TopicListener :=
     (as_listener            => (listener_data => System.Null_Address),
      on_inconsistent_topic  => on_inconsistent_topic'Access);

Subprograms & Entries

On_Inconsistent_Topic

procedure On_Inconsistent_Topic 
(Listener: System.Address;
C_Topic: access DDS_Topic;
Status: access constant DDS_InconsistentTopicStatus);