|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/bgpv4/bgpmessage/BgpHeader.msg:127 by opp_msgtool.
More...
#include <BgpHeader_m.h>
Protected Member Functions | |
| bool | operator== (const BgpUpdatePathAttributesOrigin &)=delete |
Protected Member Functions inherited from inet::bgp::BgpUpdatePathAttributes | |
| bool | operator== (const BgpUpdatePathAttributes &)=delete |
Protected Attributes | |
| BgpSessionType | value = static_cast<inet::bgp::BgpSessionType>(-1) |
Protected Attributes inherited from inet::bgp::BgpUpdatePathAttributes | |
| bool | optionalBit = false |
| bool | transitiveBit = false |
| bool | partialBit = false |
| bool | extendedLengthBit = false |
| unsigned short | reserved = 0 |
| BgpUpdateAttributeTypeCode | typeCode = static_cast<inet::bgp::BgpUpdateAttributeTypeCode>(-1) |
| unsigned short | length = 0 |
Private Member Functions | |
| void | copy (const BgpUpdatePathAttributesOrigin &other) |
Class generated from inet/routing/bgpv4/bgpmessage/BgpHeader.msg:127 by opp_msgtool.
// ORIGIN (RFC4271 Section 4.3, Type code 1): class BgpUpdatePathAttributesOrigin extends BgpUpdatePathAttributes { typeCode = ORIGIN; optionalBit = false; transitiveBit = true; length = 1; BgpSessionType value; }
| inet::bgp::BgpUpdatePathAttributesOrigin::BgpUpdatePathAttributesOrigin | ( | ) |
| inet::bgp::BgpUpdatePathAttributesOrigin::BgpUpdatePathAttributesOrigin | ( | const BgpUpdatePathAttributesOrigin & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::bgp::BgpUpdatePathAttributes.
|
virtual |
Referenced by inet::bgp::BgpHeaderSerializer::serialize().
| BgpUpdatePathAttributesOrigin& inet::bgp::BgpUpdatePathAttributesOrigin::operator= | ( | const BgpUpdatePathAttributesOrigin & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::bgp::BgpUpdatePathAttributes.
Referenced by inet::bgp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::bgp::BgpUpdatePathAttributes.
Referenced by inet::bgp::doParsimUnpacking().
|
virtual |
|
protected |