get comm interfaces from dc11

This commit is contained in:
folkert van heusden 2024-05-17 16:25:09 +02:00
parent 2c84e67a00
commit 8c0c9c7a57
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

2
dc11.h
View file

@ -52,6 +52,8 @@ public:
// static tty *deserialize(const json_t *const j, bus *const b, console *const cnsl);
#endif
std::vector<comm *> *get_comm_interfaces() { return &comm_interfaces; }
void reset() override;
void show_state(console *const cnsl) const override;