Class definition for BeoSubListener. More...
Public Member Functions | |
BeoSubListener (BeoSubOneBal *sub) | |
Constructor. | |
virtual | ~BeoSubListener () |
destructor | |
virtual void | event (const BeoChipEventType t, const int valint, const float valfloat) |
get an event | |
BeoSubListener (const BeoSubSide side, BeoSub *sub) | |
Constructor. | |
virtual | ~BeoSubListener () |
destructor | |
virtual void | event (const BeoChipEventType t, const int valint, const float valfloat) |
get an event | |
BeoSubListener (SeaBee *sub) | |
Constructor. | |
virtual | ~BeoSubListener () |
destructor | |
virtual void | event (const BeoChipEventType t, const int valint, const float valfloat) |
get an event |
Class definition for BeoSubListener.
This is the listener class that is attached to each BeoChip in the ballast tube of the submarine. This class is just a pass-through to the function dispatchBeoChipEvent() of class BeoSubOneBal.
This is the listener class that is attached to each BeoChip in the left and right ballast tubes of the submarins. This class is just a pass-through to the function dispatchBeoChipEvent() of class BeoSub.
This is the listener class that is attached to each BeoChip in the ballast tube of the submarine. This class is just a pass-through to the function dispatchBeoChipEvent() of class SeaBee.
Definition at line 51 of file BeoSubOneBal.C.
BeoSubListener::BeoSubListener | ( | BeoSubOneBal * | sub | ) | [inline] |
Constructor.
Definition at line 55 of file BeoSubOneBal.C.
virtual BeoSubListener::~BeoSubListener | ( | ) | [inline, virtual] |
destructor
Definition at line 58 of file BeoSubOneBal.C.
BeoSubListener::BeoSubListener | ( | const BeoSubSide | side, | |
BeoSub * | sub | |||
) | [inline] |
Constructor.
Definition at line 56 of file BeoSubTwoBal.C.
virtual BeoSubListener::~BeoSubListener | ( | ) | [inline, virtual] |
destructor
Definition at line 61 of file BeoSubTwoBal.C.
BeoSubListener::BeoSubListener | ( | SeaBee * | sub | ) | [inline] |
virtual BeoSubListener::~BeoSubListener | ( | ) | [inline, virtual] |
virtual void BeoSubListener::event | ( | const BeoChipEventType | t, | |
const int | valint, | |||
const float | valfloat | |||
) | [inline, virtual] |
virtual void BeoSubListener::event | ( | const BeoChipEventType | t, | |
const int | valint, | |||
const float | valfloat | |||
) | [inline, virtual] |
virtual void BeoSubListener::event | ( | const BeoChipEventType | t, | |
const int | valint, | |||
const float | valfloat | |||
) | [inline, virtual] |