88 virtual const ColorVector& colorAttributeValue()
const;
91 virtual void clearParseResultStrings();
95 virtual bool readFeatureMappingFile(
const std::string& path,
96 const std::string& objectMappingsFileName );
98 static SignalGroup parseSignalGroup(
const std::string& siggrp );
102 static SiggrpData processGroupString(
const std::string& groupStr );
110 virtual void getAttributeValue(
const std::string& attr,
111 const std::string& valueString );
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
std::vector< std::string > ColorMap
Definition: DtLightMarkerStringParser.h:114
The DtNavigationFeatureStringParser parses the object attributes found in the strings used by streame...
Definition: DtNavigationFeatureStringParser.h:42
std::list< int > SiggrpData
Each Signal Group 'group' can have one or more numbers, each of. which is a subgroup within the group...
Definition: DtLightMarkerStringParser.h:55
Contains makVrv::DtNavigationFeatureStringParser class.
std::list< char > MorseCodeSignalGroup
When the LITCHR is 12 (Morse code) the SIGGRP is encoded completely differently. It can contain up to...
Definition: DtLightMarkerStringParser.h:71
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtLightMarkerStringParser parses the light attributes found in the strings used by streamed light...
Definition: DtLightMarkerStringParser.h:38
DtLightMarkerStringParser creator.
Definition: DtLightMarkerStringParser.h:124
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
std::vector< int > ColorVector
Lights need a special result container for color, since there may be more than one.
Definition: DtLightMarkerStringParser.h:44
ColorMap myColorMap
Definition: DtLightMarkerStringParser.h:115
ColorVector myColorVector
Definition: DtLightMarkerStringParser.h:117
A signal group can contain multiple groups for lights with multiple characteristics, like LITCHR=25 for example, which is Quick flash / Long flash. There can be a group for the Quick flash and another for the Long flash.
Definition: DtLightMarkerStringParser.h:61