OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "dcps_export.h"
#include "PoolAllocator.h"
#include <dds/OpenddsDcpsExtC.h>
#include <tao/Basic_Types.h>
#include <ace/INET_Addr.h>
#include <ace/CDR_Stream.h>
#include <ace/SString.h>
#include <ace/SOCK_Dgram.h>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | OpenDDS::DCPS::HostnameInfo |
struct | OpenDDS::DCPS::NetworkResource |
Defines a wrapper around address info which is used for advertise. More... | |
Namespaces | |
OpenDDS | |
The Internal API and Implementation of OpenDDS. | |
OpenDDS::DCPS | |
OPENDDS_END_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL OpenDDS_Dcps_Export ACE_CDR::Boolean operator<< | ( | ACE_OutputCDR & | outCdr, |
OpenDDS::DCPS::NetworkResource & | value | ||
) |
Marshal into a buffer.
Definition at line 30 of file NetworkResource.cpp.
References ACE_CDR_BYTE_ORDER, OpenDDS::DCPS::NetworkResource::addr_, and OpenDDS::DCPS::NetworkResource::reserved_.
OpenDDS_Dcps_Export ACE_CDR::Boolean operator>> | ( | ACE_InputCDR & | inCdr, |
OpenDDS::DCPS::NetworkResource & | value | ||
) |
Demarshal from a buffer.
Definition at line 38 of file NetworkResource.cpp.
References ACE_END_VERSIONED_NAMESPACE_DECL, OpenDDS::DCPS::NetworkResource::addr_, ACE_InputCDR::good_bit(), OpenDDS::DCPS::NetworkResource::reserved_, and ACE_InputCDR::reset_byte_order().