A Discrete-Event Network Simulator
API
ns3::RandomRoomPositionAllocator::RoomInfo Struct Reference

Room informations. More...

+ Collaboration diagram for ns3::RandomRoomPositionAllocator::RoomInfo:

Public Attributes

Ptr< Buildingb
 Building. More...
 
uint32_t floor
 Room (floor number) More...
 
uint32_t roomx
 Room (x coord) More...
 
uint32_t roomy
 Room (y coord) More...
 

Detailed Description

Room informations.

Definition at line 169 of file building-position-allocator.h.

Member Data Documentation

◆ b

Ptr<Building> ns3::RandomRoomPositionAllocator::RoomInfo::b

◆ floor

uint32_t ns3::RandomRoomPositionAllocator::RoomInfo::floor

Room (floor number)

Definition at line 174 of file building-position-allocator.h.

Referenced by ns3::RandomRoomPositionAllocator::GetNext().

◆ roomx

uint32_t ns3::RandomRoomPositionAllocator::RoomInfo::roomx

Room (x coord)

Definition at line 172 of file building-position-allocator.h.

Referenced by ns3::RandomRoomPositionAllocator::GetNext().

◆ roomy

uint32_t ns3::RandomRoomPositionAllocator::RoomInfo::roomy

Room (y coord)

Definition at line 173 of file building-position-allocator.h.

Referenced by ns3::RandomRoomPositionAllocator::GetNext().


The documentation for this struct was generated from the following file: