|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/bgpv4/bgpmessage/BgpHeader.msg:185 by opp_msgtool.
More...
#include <BgpHeader_m.h>
Protected Member Functions | |
| bool | operator== (const BgpUpdatePathAttributesAggregator &)=delete |
Protected Member Functions inherited from inet::bgp::BgpUpdatePathAttributes | |
| bool | operator== (const BgpUpdatePathAttributes &)=delete |
Protected Attributes | |
| uint16_t | asNumber = 0 |
| ::inet::Ipv4Address | bgpSpeaker |
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 BgpUpdatePathAttributesAggregator &other) |
Class generated from inet/routing/bgpv4/bgpmessage/BgpHeader.msg:185 by opp_msgtool.
class BgpUpdatePathAttributesAggregator extends BgpUpdatePathAttributes { typeCode = AGGREGATOR; optionalBit = true; transitiveBit = true; length = 6; uint16_t asNumber; Ipv4Address bgpSpeaker; }
| inet::bgp::BgpUpdatePathAttributesAggregator::BgpUpdatePathAttributesAggregator | ( | ) |
| inet::bgp::BgpUpdatePathAttributesAggregator::BgpUpdatePathAttributesAggregator | ( | const BgpUpdatePathAttributesAggregator & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::bgp::BgpUpdatePathAttributes.
|
virtual |
Referenced by inet::bgp::BgpHeaderSerializer::serialize().
|
virtual |
Referenced by inet::bgp::BgpHeaderSerializer::serialize().
|
inline |
| BgpUpdatePathAttributesAggregator& inet::bgp::BgpUpdatePathAttributesAggregator::operator= | ( | const BgpUpdatePathAttributesAggregator & | 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 |
Referenced by inet::bgp::BgpHeaderSerializer::deserialize().
|
virtual |
Referenced by inet::bgp::BgpHeaderSerializer::deserialize().
|
protected |
|
protected |