Comment 21 for bug 1666924

Revision history for this message
Andrew Johnson (anj) wrote :

I don't know of any record types that provide an RSET::init() routine, even the motor record has that routine set to NULL (the axis record is a fork of the motor record). If there are no users, there should be nothing to stop us from fixing the typed_rset declaration. I concur with your argument list, iocInit.c::initRecSup() calls it like this:

        if (prset->init) {
            prset->init();
        }