3 #include <dis7/utils/DataStream.h> 4 #include <dis7/opendis7_export.h> 29 virtual void marshal(
DataStream& dataStream)
const;
30 virtual void unmarshal(
DataStream& dataStream);
32 unsigned short getStationName()
const;
33 void setStationName(
unsigned short pX);
35 unsigned short getStationNumber()
const;
36 void setStationNumber(
unsigned short pX);
39 virtual int getMarshalledSize()
const;
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
Definition: NamedLocationIdentification.h:15
a class to support managing a network buffer.
Definition: DataStream.h:28
unsigned short _stationName
the station name within the host at which the part entity is located.
Definition: NamedLocationIdentification.h:19
unsigned short _stationNumber
the number of the particular wing station, cargo hold etc., at which the part is attached.
Definition: NamedLocationIdentification.h:22