#include <Protocol.h>
Inheritance diagram for ACE_RMCast::SN:
Public Member Functions | |
n_ (n) | |
SN_ptr | clone () |
u64 | num () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Public Attributes | |
__pad0__: Profile (h) { is >> n_ | |
__pad1__: Profile (id) | |
Static Public Attributes | |
u16 const | id = 0x0004 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
n_ (sn.n_) | |
Protected Attributes | |
__pad2__: Profile (sn) | |
Private Attributes | |
u64 | n_ |
|
Reimplemented from ACE_RMCast::Profile. Definition at line 694 of file Protocol.h.
00698 { |
|
Implements ACE_RMCast::Profile. Definition at line 701 of file Protocol.h. References ACE_RMCast::Profile_ptr.
00702 : 00703 virtual Profile_ptr 00704 clone_ () { |
|
Definition at line 708 of file Protocol.h.
00710 : Profile (sn), |
|
Definition at line 688 of file Protocol.h.
|
|
Definition at line 714 of file Protocol.h. References ACE_RMCast::u64. Referenced by ACE_RMCast::Retransmit::send().
|
|
Implements ACE_RMCast::Profile. Definition at line 727 of file Protocol.h.
00731 { |
|
Implements ACE_RMCast::Profile. Definition at line 721 of file Protocol.h. References ACE_RMCast::ostream.
00722 : 00723 virtual void 00724 serialize_body (ostream& os) const { |
|
Definition at line 684 of file Protocol.h. |
|
Definition at line 688 of file Protocol.h. |
|
Definition at line 707 of file Protocol.h. |
|
Definition at line 12 of file Protocol.cpp. |
|
Definition at line 733 of file Protocol.h. |