A Discrete-Event Network Simulator
API

Room coordinates. More...

+ Collaboration diagram for Room:

Public Member Functions

 Room (uint32_t xx, uint32_t yy, uint32_t zz)
 Constructor. More...
 

Public Attributes

uint32_t x
 X coord. More...
 
uint32_t y
 Y coord. More...
 
uint32_t z
 Z coord (floor) More...
 

Detailed Description

Room coordinates.

Definition at line 50 of file building-position-allocator-test.cc.

Constructor & Destructor Documentation

◆ Room()

Room::Room ( uint32_t  xx,
uint32_t  yy,
uint32_t  zz 
)

Constructor.

Parameters
xxX coord
yyY coord
zzZ coord

Definition at line 64 of file building-position-allocator-test.cc.

Member Data Documentation

◆ x

◆ y

◆ z

uint32_t Room::z

Z coord (floor)

Definition at line 61 of file building-position-allocator-test.cc.

Referenced by operator<().


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