Skip to content

Add base implementation of writeInt8Array function

Marco Filho requested to merge set-st-channels into udp_core

Add asynInt8ArrayMask to constructor and writeInt8Array virtual methods to base classes, including FrontEndBase and FrontEndAsynInterface.

Base method in RMM should basically just call Front end node method. If by some reason writeInt8Array gets called for a parameter that was not defined in the front end node, RMM will try to call asynPortDriver::writeInt8Array and it will raise notImplemented error.

This shouldn't change anything in RMM's current behavior

Merge request reports