Index

Package: DDS.MetpTypeSupport

Description

package DDS.MetpTypeSupport is

Classes

Unsupported

type Unsupported is tagged private;

Primitive operations:

DataReader_Is_Metp_Data_Consistent
DataWriter_Create_Metp_Data
DataWriter_Delete_Metp_Data
DataWriter_Is_Metp_Writer
DataWriter_Write_Metp_Data
Metp_Supported

Subprograms & Entries

Metp_Supported

function Metp_Supported 
(This: Unsupported) return Standard.Boolean;

DataWriter_Create_Metp_Data

function DataWriter_Create_Metp_Data 
(This: Unsupported;
Writer: System.Address;
Sample: out System.Address;
Initialize_Data: out Standard.Boolean) return DDS.ReturnCode_T;

DataWriter_Delete_Metp_Data

function DataWriter_Delete_Metp_Data 
(This: Unsupported;
Writer: System.Address;
Sample: System.Address) return DDS.ReturnCode_T;

DataWriter_Is_Metp_Writer

function DataWriter_Is_Metp_Writer 
(This: Unsupported;
Writer: System.Address) return Standard.Boolean;

DataWriter_Write_Metp_Data

function DataWriter_Write_Metp_Data 
(This: Unsupported;
Writer: System.Address;
Sample: System.Address;
Handle: DDS.InstanceHandle_T_Access;
W_Params: DDS.WriteParams_T_Access) return DDS.ReturnCode_T;

DataReader_Is_Metp_Data_Consistent

function DataReader_Is_Metp_Data_Consistent 
(This: Unsupported;
Reader: System.Address;
Sample: System.Address;
Sample_Info: DDS.SampleInfo_Access;
Consistent: out Standard.Boolean) return DDS.ReturnCode_T;