fixed some style issues, added tooling for docs
This commit is contained in:
9
docs/network/network_switch.md
Normal file
9
docs/network/network_switch.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# network/network_switch.h
|
||||
|
||||
## class NetworkSwitch — public interface
|
||||
|
||||
### `virtual void recv_pkt(Packet &pkt, PortId ingress) override;`
|
||||
### `void set_status(NodeStatus s, Time new_forward_latency = Time(0)) noexcept;`
|
||||
### `NodeStatus get_status() const noexcept { ... }`
|
||||
### `return status();`
|
||||
### `uint16_t port_cnt() const noexcept { ... }`
|
||||
Reference in New Issue
Block a user