OpenDDS  Snapshot(2023/04/28-20:55)
Modules | Typedefs
DdsDynamicDataSeq.idl File Reference
#include <tao/LongSeq.pidl>
#include <tao/ULongSeq.pidl>
#include <tao/Int8Seq.pidl>
#include <tao/UInt8Seq.pidl>
#include <tao/ShortSeq.pidl>
#include <tao/UShortSeq.pidl>
#include <tao/LongLongSeq.pidl>
#include <tao/ULongLongSeq.pidl>
#include <tao/FloatSeq.pidl>
#include <tao/DoubleSeq.pidl>
#include <tao/LongDoubleSeq.pidl>
#include <tao/CharSeq.pidl>
#include <tao/WCharSeq.pidl>
#include <tao/OctetSeq.pidl>
#include <tao/BooleanSeq.pidl>
#include <tao/StringSeq.pidl>
#include <tao/WStringSeq.pidl>
Include dependency graph for DdsDynamicDataSeq.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Modules

 DDS
 The End User API.
 

Typedefs

typedef sequence< long > DDS::Int32Seq
 
typedef sequence< unsigned long > DDS::UInt32Seq
 
typedef sequence< int8 > DDS::Int8Seq
 
typedef sequence< uint8 > DDS::UInt8Seq
 
typedef sequence< short > DDS::Int16Seq
 
typedef sequence< unsigned short > DDS::UInt16Seq
 
typedef sequence< long long > DDS::Int64Seq
 
typedef sequence< unsigned long long > DDS::UInt64Seq
 
typedef sequence< float > DDS::Float32Seq
 
typedef sequence< double > DDS::Float64Seq
 
typedef sequence< long double > DDS::Float128Seq
 
typedef sequence< char > DDS::CharSeq
 
typedef sequence< wchar > DDS::WcharSeq
 
typedef sequence< boolean > DDS::BooleanSeq
 
typedef sequence< octet > DDS::ByteSeq
 
typedef sequence< wstring > DDS::WstringSeq