virtual void setTemperature(float temp)
Set the temperature.
Definition: myFireInter.h:40
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
Because this example adds a concept that did not already exist in VR-Link's DtFireInteraction class...
Definition: myFireInter.h:16
This file provides a declaration of the class DtFireInteraction and the DtFireInteractionCb typedef f...
Instances of DtFireInteraction are used to represent the firing of a weapon.
Definition: fireInteractionHLA.h:35
static DtInteraction * create()
Create a MyFireInteraction. Caller is responsible for deletion.
Definition: myFireInter.h:56
virtual void printData() const
Print the interaction's data to DtInfo.
virtual float temperature() const
The temperature.
Definition: myFireInter.h:45
float myTemperature
Definition: myFireInter.h:35
virtual void printData() const
Virtual function override: print the interaction's data.
Definition: myFireInter.h:50