OpenDDS  Snapshot(2023/01/18-09:55)
Classes | Namespaces | Enumerations | Functions
XTypes/Utils.h File Reference
#include <dds/DCPS/Serializer.h>
#include <dds/DdsDynamicDataC.h>
Include dependency graph for XTypes/Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenDDS::XTypes::MemberPath
 

Namespaces

 OpenDDS
 The Internal API and Implementation of OpenDDS.
 
module  OpenDDS::XTypes
 

Enumerations

enum  OpenDDS::XTypes::Filter { OpenDDS::XTypes::Filter_All, OpenDDS::XTypes::Filter_Keys, OpenDDS::XTypes::Filter_NestedKeys, OpenDDS::XTypes::Filter_NonKeys }
 

Functions

DDS::ReturnCode_t OpenDDS::XTypes::extensibility (DDS::DynamicType_ptr type, DCPS::Extensibility &ext)
 
DDS::ReturnCode_t OpenDDS::XTypes::max_extensibility (DDS::DynamicType_ptr type, DCPS::Extensibility &ext)
 
DCPS::Extensibility OpenDDS::XTypes::dds_to_opendds_ext (DDS::ExtensibilityKind ext)
 
typedef OpenDDS::XTypes::OPENDDS_VECTOR (MemberPath) MemberPathVec
 
DDS::ReturnCode_t OpenDDS::XTypes::get_values (DDS::DynamicType_ptr type, MemberPathVec &paths, Filter filter)
 
DDS::ReturnCode_t OpenDDS::XTypes::get_keys (DDS::DynamicType_ptr type, MemberPathVec &paths)
 
DDS::ReturnCode_t OpenDDS::XTypes::key_count (DDS::DynamicType_ptr type, size_t &count)
 
DDS::ReturnCode_t OpenDDS::XTypes::less_than (bool &result, DDS::DynamicData_ptr a, DDS::DynamicData_ptr b, Filter filter)
 
DDS::ReturnCode_t OpenDDS::XTypes::key_less_than (bool &result, DDS::DynamicData_ptr a, DDS::DynamicData_ptr b)
 
bool OpenDDS::XTypes::is_int (DDS::TypeKind tk)
 
bool OpenDDS::XTypes::is_uint (DDS::TypeKind tk)
 
DDS::ReturnCode_t OpenDDS::XTypes::get_uint_value (CORBA::UInt64 &value, DDS::DynamicData_ptr src, DDS::MemberId id, DDS::TypeKind kind)
 
DDS::ReturnCode_t OpenDDS::XTypes::get_int_value (CORBA::Int64 &value, DDS::DynamicData_ptr src, DDS::MemberId id, DDS::TypeKind kind)
 
DDS::ReturnCode_t OpenDDS::XTypes::bitmask_bound (DDS::DynamicType_ptr type, CORBA::UInt64 &bound_max, DDS::TypeKind &bound_kind)
 
DDS::ReturnCode_t OpenDDS::XTypes::get_bitmask_value (CORBA::UInt64 &value, DDS::DynamicType_ptr type, DDS::DynamicData_ptr src, DDS::MemberId id)
 
DDS::ReturnCode_t OpenDDS::XTypes::enum_bound (DDS::DynamicType_ptr type, DDS::TypeKind &bound_kind)
 
DDS::ReturnCode_t OpenDDS::XTypes::get_enum_value (CORBA::Int32 &value, DDS::DynamicType_ptr type, DDS::DynamicData_ptr src, DDS::MemberId id)