registerLibrary method

void registerLibrary(
  1. AFLibraryID id
)

Used to register the exists of an integrated AFib-aware library.

Implementation

void registerLibrary(AFLibraryID id) {
  AFibD.registerLibrary(id);
}