mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Bindings: Python: Add default MessageFilter constructor
This commit is contained in:
@@ -8,6 +8,7 @@ namespace icsneo {
|
||||
|
||||
void init_messagefilter(pybind11::module_& m) {
|
||||
pybind11::class_<MessageFilter, std::shared_ptr<MessageFilter>>(m, "MessageFilter")
|
||||
.def(pybind11::init())
|
||||
.def(pybind11::init<Network::NetID>());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user