|
LLC2_API
|
base class for physical cards. More...
#include <ll2.h>
Public Member Functions | |
| ACQ_Card (int _slot, int _ai_count, int _di_count, int _ao_count, int _do_count) | |
| virtual void | init (Card *card) |
| int | getSlot () const |
Static Public Member Functions | |
| static ACQ_Card * | getCard (int slot) |
Public Attributes | |
| Card * | card |
Protected Member Functions | |
| void | registerCard (int slot) |
Protected Attributes | |
| const int | slot |
| ACQ_Card::ACQ_Card | ( | int | _slot, |
| int | _ai_count, | ||
| int | _di_count, | ||
| int | _ao_count, | ||
| int | _do_count | ||
| ) | [inline] |
| ACQ_Card * ACQ_Card::getCard | ( | int | slot | ) | [static] |
| virtual void ACQ_Card::init | ( | Card * | card | ) | [inline, virtual] |
| void ACQ_Card::registerCard | ( | int | slot | ) | [protected] |
const int ACQ_Card::slot [protected] |
Definition at line 294 of file ll2.h.
Referenced by ACQ196::init().
1.7.4