15 #include <vlpi/entityIdentifier.h>
16 #include <vlpi/entityType.h>
18 #include <vlutil/vlMachineTypes.h>
19 #include <vlutil/vlString.h>
23 namespace MAKVrExchange
51 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
58 DtDEC_ATTRIBUTE( DtFloat32, OriginalTimeOfDetection, originalTimeOfDetection );
59 DtDEC_ATTRIBUTE( DtFloat32, OriginalDateAndTimeOfDetection, originalDateAndTimeOfDetection );
61 DtDEC_ATTRIBUTE( DtFloat32, LastDateAndTimeOfDetection, lastDateAndTimeOfDetection );
62 DtDEC_ATTRIBUTE( DtInt32, CombatIdentificationLevel, combatIdentificationLevel );
70 DtDEC_ATTRIBUTE( std::vector<DtInt32>, ContactSourceTypes, contactSourceTypes );
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
#define DtDEC_ATTRIBUTE(T, N, n)
A Macro to define an attribute; as well as make an accessor and mutator for that attribute.
Definition: addAttribute.h:49
DT_DLL_LIBPORTAL std::ostream & operator<<(std::ostream &stream, const DtActiveSonarBeamData &data)
Contains the DtDEC_ATTRIBUTE macros.