ACE_RMCast 8.0.2
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
ACE_RMCast::NAK Class Reference

#include <Protocol.h>

Inheritance diagram for ACE_RMCast::NAK:
Inheritance graph
[legend]
Collaboration diagram for ACE_RMCast::NAK:
Collaboration graph
[legend]

Public Types

typedef ACE_Vector< u64, ACE_VECTOR_DEFAULT_SIZESerialNumbers
 
typedef SerialNumbers::Iterator iterator
 

Public Member Functions

 NAK (Header const &h, istream &is)
 
 NAK (Address const &src)
 
NAK_ptr clone ()
 
void add (u64 sn)
 
Address const & address () const
 
iterator begin ()
 
size_t count () const
 
virtual void serialize_body (ostream &os) const
 
virtual void serialize_body (sstream &ss) const
 
- Public Member Functions inherited from ACE_RMCast::Profile
virtual ~Profile ()
 
Profile_ptr clone ()
 
u16 id () const
 
u16 size () const
 

Static Public Member Functions

static u32 max_count (u32 max_size)
 

Static Public Attributes

static u16 const id = 0x0005
 

Protected Member Functions

virtual Profile_ptr clone_ ()
 
 NAK (NAK const &nak)
 
- Protected Member Functions inherited from ACE_RMCast::Profile
 Profile (u16 id)
 
 Profile (Header const &h)
 
void size (u16 s)
 
u16 calculate_size ()
 

Private Attributes

Address address_
 
SerialNumbers sns_
 

Member Typedef Documentation

◆ iterator

◆ SerialNumbers

Constructor & Destructor Documentation

◆ NAK() [1/3]

ACE_RMCast::NAK::NAK ( Header const & h,
istream & is )
inline

◆ NAK() [2/3]

ACE_RMCast::NAK::NAK ( Address const & src)
inline

◆ NAK() [3/3]

ACE_RMCast::NAK::NAK ( NAK const & nak)
inlineprotected

Member Function Documentation

◆ add()

void ACE_RMCast::NAK::add ( u64 sn)
inline

◆ address()

Address const & ACE_RMCast::NAK::address ( ) const
inline

◆ begin()

iterator ACE_RMCast::NAK::begin ( )
inline

◆ clone()

NAK_ptr ACE_RMCast::NAK::clone ( )
inline

◆ clone_()

virtual Profile_ptr ACE_RMCast::NAK::clone_ ( )
inlineprotectedvirtual

Implements ACE_RMCast::Profile.

◆ count()

size_t ACE_RMCast::NAK::count ( ) const
inline

◆ max_count()

static u32 ACE_RMCast::NAK::max_count ( u32 max_size)
inlinestatic

◆ serialize_body() [1/2]

virtual void ACE_RMCast::NAK::serialize_body ( ostream & os) const
inlinevirtual

Implements ACE_RMCast::Profile.

◆ serialize_body() [2/2]

virtual void ACE_RMCast::NAK::serialize_body ( sstream & ss) const
inlinevirtual

Implements ACE_RMCast::Profile.

Member Data Documentation

◆ address_

Address ACE_RMCast::NAK::address_
private

◆ id

u16 const ACE_RMCast::NAK::id = 0x0005
static

◆ sns_

SerialNumbers ACE_RMCast::NAK::sns_
private

The documentation for this class was generated from the following files: