9 #ifndef DtEnvironmentalRecord_H_
10 #define DtEnvironmentalRecord_H_
46 virtual bool createNetworkRepresentation();
48 virtual void setType(
DtU32 type);
49 virtual DtU32 type()
const;
51 virtual void setLength(
DtU16 length);
52 virtual DtU16 length()
const;
54 virtual void setIndex(
DtU8 index);
55 virtual DtU8 index()
const;
62 virtual int netRepSize()
const;
70 virtual bool checkAndCreate();
76 virtual bool resizeNetRep(
int newSize);
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtNetEnvironmentalRecord * myNetRep
Definition: environmentalRecord.h:83
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
This file declares classes related to the EnvironmentalProcess Object.
This file contains typedefs for machine dependant types.