NetSim 1.0.0
An educational network simulation software for students
|
This is the complete list of members for NetSim::Host, including all inherited members.
addDomain(const QString &domain, const IPAddress &ipAddress) | NetSim::Host | |
addIPAddress(const IPAddress &ipAddress, const MACAddress &macAddress) | NetSim::Host | |
addMACAddress(const MACAddress &macAddress, Router *router) | NetSim::Host | |
addProcess(const Process &process) | NetSim::Host | |
cables() const | NetSim::Host | |
domainTable() const | NetSim::Host | |
getProcessByName(const QString &name) | NetSim::Host | |
getRouterByMACAddress(const MACAddress &destinationAddress) | NetSim::Host | |
Host()=default | NetSim::Host | |
Host(const NetworkCard &networkCard) | NetSim::Host | |
hostTable() const | NetSim::Host | |
networkCard() const | NetSim::Host | |
packages() const | NetSim::Host | |
processTable() const | NetSim::Host | |
receivePackage(Package data)=0 | NetSim::Host | pure virtual |
sendPackage(Package &data, const MACAddress &destinationAddress) | NetSim::Host | |
setHostOfProcesses(Host *host) | NetSim::Host | |
setPackages(PackageTableModel *packages) | NetSim::Host |