delaere / VeheMencE

User friendly vme control library.
Other
1 stars 2 forks source link

need a wrapper for std::vector<int> in python #3

Closed delaere closed 5 years ago

delaere commented 5 years ago

The caenet bridge write method uses a std::vector as input.

Either change that to something more python-friendly, or add a wrapper. As it is now, there is no way to use the method in python.

delaere commented 5 years ago

Fixed by 1bef245