A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
BuildingData Struct Reference

Data to construct a Building object. More...

+ Collaboration diagram for BuildingData:

Public Member Functions

 BuildingData ()
 

Public Attributes

uint16_t nf
 Number of floors.
 
uint16_t nrx
 Number of rooms (X coord)
 
uint16_t nry
 Number of rooms (Y coord)
 
double xmax
 X max coordinate.
 
double xmin
 X min coordinate.
 
double ymax
 Y max coordinate.
 
double ymin
 Y min coordinate.
 
double zmax
 Z max coordinate.
 
double zmin
 Z min coordinate.
 

Detailed Description

Data to construct a Building object.

We don't want to pass Building objects to the TestCase constructor because otherwise BuildingList would contain all of them (even if only one is meant to be in the test case).

Definition at line 68 of file buildings-helper-test.cc.

Constructor & Destructor Documentation

◆ BuildingData()

BuildingData::BuildingData ( )

Definition at line 82 of file buildings-helper-test.cc.

Member Data Documentation

◆ nf

uint16_t BuildingData::nf

◆ nrx

uint16_t BuildingData::nrx

Number of rooms (X coord)

Definition at line 77 of file buildings-helper-test.cc.

Referenced by BuildingsHelperTestSuite::BuildingsHelperTestSuite(), and BuildingsHelperOneTestCase::DoRun().

◆ nry

uint16_t BuildingData::nry

Number of rooms (Y coord)

Definition at line 78 of file buildings-helper-test.cc.

Referenced by BuildingsHelperTestSuite::BuildingsHelperTestSuite(), and BuildingsHelperOneTestCase::DoRun().

◆ xmax

double BuildingData::xmax

◆ xmin

double BuildingData::xmin

◆ ymax

double BuildingData::ymax

◆ ymin

double BuildingData::ymin

◆ zmax

double BuildingData::zmax

◆ zmin

double BuildingData::zmin

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