 | Purpose:
Implements the tanks maneuver set (movement and fire control). |
 | Methods:
void SetAll (BYTE) - Update the maneuver set bits.
void SetBit (UINT) - Set a single given bit in the maneuver set.
void UnsetBit (UINT) - Unset a single given bit in the maneuver
set.
BYTE GetAll() - Return the current maneuver set.
void Clear () - Clear the maneuver set. |
|