Public Member Functions | |
| SatTimuInfo (uint32_t beamId, uint32_t satId, Address satAddress, Address gwAddress) | |
| uint32_t | GetBeamId () const |
| Address | GetGwAddress () const |
| Address | GetSatAddress () const |
| uint32_t | GetSatId () const |
Private Attributes | |
| uint32_t | m_beamId |
| Address | m_gwAddress |
| Address | m_satAddress |
| uint32_t | m_satId |
Definition at line 725 of file satellite-ut-mac.h.
| ns3::SatUtMac::SatTimuInfo::SatTimuInfo | ( | uint32_t | beamId, |
| uint32_t | satId, | ||
| Address | satAddress, | ||
| Address | gwAddress ) |
Definition at line 2140 of file satellite-ut-mac.cc.
References m_beamId, m_gwAddress, m_satAddress, and m_satId.
| uint32_t ns3::SatUtMac::SatTimuInfo::GetBeamId | ( | ) | const |
Definition at line 2153 of file satellite-ut-mac.cc.
References m_beamId.
| Address ns3::SatUtMac::SatTimuInfo::GetGwAddress | ( | ) | const |
Definition at line 2174 of file satellite-ut-mac.cc.
References m_gwAddress.
| Address ns3::SatUtMac::SatTimuInfo::GetSatAddress | ( | ) | const |
Definition at line 2167 of file satellite-ut-mac.cc.
References m_satAddress.
| uint32_t ns3::SatUtMac::SatTimuInfo::GetSatId | ( | ) | const |
Definition at line 2160 of file satellite-ut-mac.cc.
References m_satId.
|
private |
Definition at line 739 of file satellite-ut-mac.h.
Referenced by SatTimuInfo(), and GetBeamId().
|
private |
Definition at line 742 of file satellite-ut-mac.h.
Referenced by SatTimuInfo(), and GetGwAddress().
|
private |
Definition at line 741 of file satellite-ut-mac.h.
Referenced by SatTimuInfo(), and GetSatAddress().
|
private |
Definition at line 740 of file satellite-ut-mac.h.
Referenced by SatTimuInfo(), and GetSatId().