delaere / VeheMencE

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

Cannot call VME interface methods #2

Closed delaere closed 5 years ago

delaere commented 5 years ago

various flavors of read/write requite a void* to a int. This doesn't work in python. The solution might be to use uint64_t instead for simple methods.

Need a way also for block transfers.

delaere commented 5 years ago

also, the HV factory (static) cannot be used in python

delaere commented 5 years ago

The two commits mentioned above do the job... we could live with this. Development for a proper solution will go in a branch VmeControllerInterface.

delaere commented 5 years ago

Same issue for the read/write opcode methods in the TDC.

delaere commented 5 years ago

Developments in branch VmeControllerInterface up to commit dab84de9f2a20223d360fb0f87bd121592640b87 are supposed to address this. To be tested.