System module
The system module (also referred to as TLSystem), represents the GenTL producer
(the coaxlink.cti
library). This module is at the top of the
parent/child tree.
The system module provides basic information about the GenTL producer: things like the
complete path to coaxlink.cti
and the vendor name (Euresys).
The real point of the system module is to list the interfaces (or frame grabbers) present
in the system. The most important functions of the system module are
TLGetNumInterfaces
(to retrieve the number of frame grabbers in
the system) and TLOpenInterface
(to get access to one of the
frame grabbers).