|
INET Framework for OMNeT++/OMNEST
|
#include <ansaOspfPacket6_m.h>
Class generated from ansa/ospfv3/messages/ansaOspfPacket6.msg by opp_msgc.
class OspfInterAreaPrefixLsa6 extends OspfLsa6 { uint16 metric; uint8 prefixLenght; OspfPrefixOptions6 prefixOptions; IPv6Address addressPrefix; }
Definition at line 457 of file ansaOspfPacket6_m.h.
| OspfInterAreaPrefixLsa6::OspfInterAreaPrefixLsa6 | ( | const OspfInterAreaPrefixLsa6 & | other | ) |
| virtual OspfInterAreaPrefixLsa6::~OspfInterAreaPrefixLsa6 | ( | ) | [virtual] |
| void OspfInterAreaPrefixLsa6::copy | ( | const OspfInterAreaPrefixLsa6 & | other | ) | [private] |
| virtual OspfInterAreaPrefixLsa6* OspfInterAreaPrefixLsa6::dup | ( | ) | const [inline, virtual] |
Reimplemented from OspfLsa6.
Definition at line 477 of file ansaOspfPacket6_m.h.
{return new OspfInterAreaPrefixLsa6(*this);}
| virtual IPv6Address& OspfInterAreaPrefixLsa6::getAddressPrefix | ( | ) | [virtual] |
Referenced by AnsaOspf6::InterAreaPrefixLsa::DiffersFrom(), and PrintInterAreaPrefixLsa().
| virtual const IPv6Address& OspfInterAreaPrefixLsa6::getAddressPrefix | ( | ) | const [inline, virtual] |
Definition at line 490 of file ansaOspfPacket6_m.h.
Referenced by getAddressPrefix().
{return const_cast<OspfInterAreaPrefixLsa6*>(this)->getAddressPrefix();}
| virtual uint16 OspfInterAreaPrefixLsa6::getMetric | ( | ) | const [virtual] |
Referenced by AnsaOspf6::InterAreaPrefixLsa::DiffersFrom(), and PrintInterAreaPrefixLsa().
| virtual uint8 OspfInterAreaPrefixLsa6::getPrefixLenght | ( | ) | const [virtual] |
Referenced by AnsaOspf6::InterAreaPrefixLsa::DiffersFrom(), and PrintInterAreaPrefixLsa().
| virtual OspfPrefixOptions6& OspfInterAreaPrefixLsa6::getPrefixOptions | ( | ) | [virtual] |
Referenced by AnsaOspf6::InterAreaPrefixLsa::DiffersFrom().
| virtual const OspfPrefixOptions6& OspfInterAreaPrefixLsa6::getPrefixOptions | ( | ) | const [inline, virtual] |
Definition at line 487 of file ansaOspfPacket6_m.h.
Referenced by getPrefixOptions().
{return const_cast<OspfInterAreaPrefixLsa6*>(this)->getPrefixOptions();}
| OspfInterAreaPrefixLsa6& OspfInterAreaPrefixLsa6::operator= | ( | const OspfInterAreaPrefixLsa6 & | other | ) |
| bool OspfInterAreaPrefixLsa6::operator== | ( | const OspfInterAreaPrefixLsa6 & | ) | [protected] |
| virtual void OspfInterAreaPrefixLsa6::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from OspfLsa6.
Referenced by doPacking().
| virtual void OspfInterAreaPrefixLsa6::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from OspfLsa6.
Referenced by doUnpacking().
| virtual void OspfInterAreaPrefixLsa6::setAddressPrefix | ( | const IPv6Address & | addressPrefix | ) | [virtual] |
| virtual void OspfInterAreaPrefixLsa6::setMetric | ( | uint16 | metric | ) | [virtual] |
| virtual void OspfInterAreaPrefixLsa6::setPrefixLenght | ( | uint8 | prefixLenght | ) | [virtual] |
| virtual void OspfInterAreaPrefixLsa6::setPrefixOptions | ( | const OspfPrefixOptions6 & | prefixOptions | ) | [virtual] |
Definition at line 463 of file ansaOspfPacket6_m.h.
uint16 OspfInterAreaPrefixLsa6::metric_var [protected] |
Definition at line 460 of file ansaOspfPacket6_m.h.
uint8 OspfInterAreaPrefixLsa6::prefixLenght_var [protected] |
Definition at line 461 of file ansaOspfPacket6_m.h.
Definition at line 462 of file ansaOspfPacket6_m.h.