List of all members.
Public Types |
enum | Type {
BROADCAST = 1,
INITIAL_RANGING,
BASIC,
PRIMARY,
TRANSPORT,
MULTICAST,
PADDING
} |
Friends |
class | CidFactory |
bool | operator== (const Cid &lhs, const Cid &rhs) |
Member Function Documentation
Cid ns3::Cid::Broadcast |
( |
void |
| ) |
|
|
static |
uint16_t ns3::Cid::GetIdentifier |
( |
void |
| ) |
const |
Cid ns3::Cid::InitialRanging |
( |
void |
| ) |
|
|
static |
bool ns3::Cid::IsBroadcast |
( |
void |
| ) |
const |
- Returns:
- true if the cid is a broadcast cid, false otherwise
References Broadcast().
bool ns3::Cid::IsInitialRanging |
( |
void |
| ) |
const |
- Returns:
- true if the cid is an initial ranging cid, false otherwise
References InitialRanging().
bool ns3::Cid::IsMulticast |
( |
void |
| ) |
const |
- Returns:
- true if the cid is a multicast cid, false otherwise
bool ns3::Cid::IsPadding |
( |
void |
| ) |
const |
- Returns:
- true if the cid is a padding cid, false otherwise
References Padding().
Cid ns3::Cid::Padding |
( |
void |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- src/wimax/model/cid.h
- src/wimax/model/cid.cc