|
ns-3
|
Public Types | |
| enum | Type { BROADCAST = 1, INITIAL_RANGING, BASIC, PRIMARY, TRANSPORT, MULTICAST, PADDING } |
Public Member Functions | |
| Cid (uint16_t cid) | |
| uint16_t | GetIdentifier (void) const |
| bool | IsMulticast (void) const |
| bool | IsBroadcast (void) const |
| bool | IsPadding (void) const |
| bool | IsInitialRanging (void) const |
Static Public Member Functions | |
| static Cid | Broadcast (void) |
| static Cid | Padding (void) |
| static Cid | InitialRanging (void) |
Friends | |
| class | CidFactory |
| bool | operator== (const Cid &lhs, const Cid &rhs) |
| Cid ns3::Cid::Broadcast | ( | void | ) | [static] |
Referenced by IsBroadcast().
| uint16_t ns3::Cid::GetIdentifier | ( | void | ) | const |
| Cid ns3::Cid::InitialRanging | ( | void | ) | [static] |
Referenced by IsInitialRanging(), and ns3::UplinkSchedulerRtps::Schedule().
| bool ns3::Cid::IsBroadcast | ( | void | ) | const |
References Broadcast().
| bool ns3::Cid::IsInitialRanging | ( | void | ) | const |
References InitialRanging().
| bool ns3::Cid::IsMulticast | ( | void | ) | const |
| bool ns3::Cid::IsPadding | ( | void | ) | const |
References Padding().
| Cid ns3::Cid::Padding | ( | void | ) | [static] |
Referenced by IsPadding().