Public Attributes | |
Ptr< Building > | b |
Building. More... | |
uint32_t | floor |
Room (floor number) More... | |
uint32_t | roomx |
Room (x coord) More... | |
uint32_t | roomy |
Room (y coord) More... | |
Room informations.
Definition at line 169 of file building-position-allocator.h.
Definition at line 171 of file building-position-allocator.h.
Referenced by ns3::RandomRoomPositionAllocator::GetNext(), and grid.Color::set().
uint32_t ns3::RandomRoomPositionAllocator::RoomInfo::floor |
Room (floor number)
Definition at line 174 of file building-position-allocator.h.
Referenced by ns3::RandomRoomPositionAllocator::GetNext().
uint32_t ns3::RandomRoomPositionAllocator::RoomInfo::roomx |
Room (x coord)
Definition at line 172 of file building-position-allocator.h.
Referenced by ns3::RandomRoomPositionAllocator::GetNext().
uint32_t ns3::RandomRoomPositionAllocator::RoomInfo::roomy |
Room (y coord)
Definition at line 173 of file building-position-allocator.h.
Referenced by ns3::RandomRoomPositionAllocator::GetNext().