#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 700 of file Protocol.h.
00704 { |
|
Implements ACE_RMCast::Profile. Definition at line 707 of file Protocol.h. References ACE_RMCast::Profile_ptr.
00708 : 00709 virtual Profile_ptr 00710 clone_ () 00711 { Profile_ptr p (new SN (*this)); |
|
Definition at line 715 of file Protocol.h.
00717 : Profile (sn), |
|
Definition at line 694 of file Protocol.h.
|
|
Definition at line 721 of file Protocol.h. References ACE_RMCast::u64. Referenced by ACE_RMCast::Retransmit::send().
|
|
Implements ACE_RMCast::Profile. Definition at line 734 of file Protocol.h.
00738 { |
|
Implements ACE_RMCast::Profile. Definition at line 728 of file Protocol.h. References ACE_RMCast::ostream.
00729 : 00730 virtual void 00731 serialize_body (ostream& os) const { |
|
Definition at line 690 of file Protocol.h. |
|
Definition at line 694 of file Protocol.h. |
|
Definition at line 714 of file Protocol.h. |
|
Definition at line 12 of file Protocol.cpp. |
|
Definition at line 740 of file Protocol.h. |