![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtAmmunitionOutputPort are output ports through which data producers can send information about simulated muntions (DtSimMunition and DtDetonatorFuze). More...

Public Member Functions | |
| DtAmmunitionOutputPort (const DtString &portName) | |
| virtual | ~DtAmmunitionOutputPort () |
| virtual const DtString | type () const |
| returns DtAmmunitionPortDataType | |
| virtual void | createPortData () |
| Creates a DtAmmunitionPortData. | |
| virtual void | setMunition (const DtSimMunition &munition) |
| Sets the munition type. | |
| virtual const DtSimMunition | munition () const |
| Returns the munition type. | |
| virtual void | setFuze (DtDetonatorFuze fuze) |
| Sets the fuze type. | |
| virtual const DtDetonatorFuze | fuze () const |
| Returns the fuze type. | |
Instances of DtAmmunitionOutputPort are output ports through which data producers can send information about simulated muntions (DtSimMunition and DtDetonatorFuze).
| DtAmmunitionOutputPort::DtAmmunitionOutputPort | ( | const DtString & | portName | ) |
| virtual DtAmmunitionOutputPort::~DtAmmunitionOutputPort | ( | ) | [virtual] |
| virtual const DtString DtAmmunitionOutputPort::type | ( | ) | const [virtual] |
returns DtAmmunitionPortDataType
Implements DtOutputPort.
| virtual void DtAmmunitionOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtAmmunitionPortData.
Implements DtOutputPort.
| virtual void DtAmmunitionOutputPort::setMunition | ( | const DtSimMunition & | munition | ) | [virtual] |
Sets the munition type.
| virtual const DtSimMunition DtAmmunitionOutputPort::munition | ( | ) | const [virtual] |
Returns the munition type.
| virtual void DtAmmunitionOutputPort::setFuze | ( | DtDetonatorFuze | fuze | ) | [virtual] |
Sets the fuze type.
| virtual const DtDetonatorFuze DtAmmunitionOutputPort::fuze | ( | ) | const [virtual] |
Returns the fuze type.