9 #ifndef DtEnvironmentalFlareStateRecord_H_
10 #define DtEnvironmentalFlareStateRecord_H_
44 virtual void setTimeSinceCreation(
DtU32 timeSinceCreation);
45 virtual DtU32 timeSinceCreation()
const;
52 virtual void setNumberOfSources(
DtInt32 numberOfSources);
53 virtual DtInt32 numberOfSources()
const;
56 virtual void setNumberIntensity(
DtInt32 numberIntensity);
57 virtual DtInt32 numberIntensity()
const;
61 virtual void setGeometryIndex(
DtU16 geometryIndex);
62 virtual DtU16 geometryIndex()
const;
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtEnvironmentalRecord * clone() const
Creates a new complete copy of this record, including a copy of the network representation.
This file declares DtVector and DtVector32.
DtEnvironmentalFlareStateRecord implements the Environmental state record type "Flare State...
Definition: environmentalFlareStateRecord.h:22
Flare State Record (EBV-DOC, 12.3.5.2)
Definition: envProcP.h:440
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
const DtEnvironmentalRecord & operator=(const DtEnvironmentalRecord &orig)
Assignment operator.
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
long int DtInt32
A 32 bit integer value.
Definition: vlMachineTypes.h:156
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
virtual void setFromNet(const DtNetEnvironmentalRecord &buffer, int protocolVersion)
used by the PDU class to fill in the network representation
virtual bool createNetworkRepresentation()
This doesn't need to be called explicitly.
DtEntityType mySource
Definition: environmentalFlareStateRecord.h:83
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26