Define epicsAtExit

Define Documentation

epicsAtExit(F, A)

Convenience macro to register a function and context value to be run when the process exits.

Parameters
  • F – Function to be called at process shutdown.

  • A – Context parameter for the function.