ACE_RMCast
6.2.6
|
#include <Protocol.h>
Public Types | |
typedef ACE_Vector< u64, ACE_VECTOR_DEFAULT_SIZE > | SerialNumbers |
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_ |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Implements ACE_RMCast::Profile.
|
inline |
|
inlinevirtual |
Implements ACE_RMCast::Profile.
|
inlinevirtual |
Implements ACE_RMCast::Profile.
|
private |
|
static |
|
private |