#include <jtagctrl_factory.h>
Public Methods | |
| JTAGControlFactory (void) | |
| Create the factory, register all available controls. | |
| ~JTAGControlFactory (void) | |
| Destroy the factory, delete all attached controls. | |
| JTAGControl * | getPrefered (const char *name, int argc, char *argv[]) const |
| Get a control by a given name. | |
| JTAGControl * | getAvailable (int argc, char *argv[]) const |
| Get a control that works. If NULL is return, no control is available. | |
| void | dumpList (void) const |
| Dump the list of all available drivers. | |
Definition at line 36 of file jtagctrl_factory.h.
1.2.15