This file contains the declaration of the NetNode class. More...
Go to the source code of this file.
Classes | |
class | NetNode |
The NetNode class represents a network node in a simulation. More... | |
Functions | |
ostream & | operator<< (ostream &ostr, const NetNode &node) |
Overloaded ostream operator for printing the NetNode object. | |
This file contains the declaration of the NetNode class.
The NetNode class represents a network node in a simulation. It stores information about the node, such as its ID, coordinates, description, scales, etc. The NetNode class is used in conjunction with other classes, such as NetSignal and NetLink, to simulate network behavior. It also includes static variables and methods to keep track of the number of nodes in the simulator. The NetNode class is intended to be used as part of a network simulation system. It is designed to work with other classes and data structures in the simulation. The NetNode class can be used in a C++ application. Note: The implementation of some methods is not provided in this declaration file. They should be implemented separately in a corresponding source file.