45 virtual bool hasMarking(
const DtPacket* packet)
const;
48 virtual DtU64 uniqueId(
const DtPacket* packet)
const;
51 virtual DtString entityName(
const DtPacket* packet);
55 virtual bool getEntityName(
const DtPacket* packet, DtString& name);
#define DT_VIRTUAL_CTR_DEFAULTS(CLASS_NAME, ARG_TYPES_LIST, ARG_DEFAULTS_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR_DEFAULTS(CLASS_NAME,ARG_TYPES_LIST,ARG_DEFAULTS_LIST) Where CLASS_NAME = the name of the class being declared Where ARG_TYPES_LIST = a list (ie in side parentheses) of comma seperated types Where ARG_DEFAULTS_LIST = a list (ie in side parentheses) of comma seperated types with default values specified.
Definition: virtualConstructor.h:63
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
Entity type filter.
Definition: lgrMarkingFilter.h:28
Filter that works on entity markings.
Definition: lgrDisMarkingFilter.h:21
#define DT_VIRTUAL_BASE_CTR(BASE_NAME, ARG_TYPES_LIST)
Declare a Virtual Base Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where BASE_...
Definition: virtualConstructor.h:118
The abstract interface for the class responsible for controlling the simulation.
Definition: lgrSimDriver.h:37
Base interface class for packet filters.
Definition: lgrPacketFilter.h:25
A generic packed of typed binary data.
Definition: packet.h:41
Contains MAKLogger::DtLgrMarkingFilter class.