summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/TASCXMLUtils.h
diff options
context:
space:
mode:
authorrlm <rlm@techsat.com>2019-10-14 16:06:00 (GMT)
committerrlm <rlm@techsat.com>2019-10-14 16:06:00 (GMT)
commitaaff09b1bb94f5353337e0aa9ce8cbd50afb0aec (patch)
treefbb177659fd6cc9c507fb849aee7dafd9cca688e /src/uscxml/util/TASCXMLUtils.h
parent52e69b435d5213f37473d54767141d1a3db7f345 (diff)
downloaduscxml-aaff09b1bb94f5353337e0aa9ce8cbd50afb0aec.zip
uscxml-aaff09b1bb94f5353337e0aa9ce8cbd50afb0aec.tar.gz
uscxml-aaff09b1bb94f5353337e0aa9ce8cbd50afb0aec.tar.bz2
:Jira: ADSVHTNG-1055 - separate header file in util/ defining tascxml constantsrefs/changes/52/8952/1
Change-Id: Id754a7faf2a548c8e10e45853c202cdad59ef1e7
Diffstat (limited to 'src/uscxml/util/TASCXMLUtils.h')
-rw-r--r--src/uscxml/util/TASCXMLUtils.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/uscxml/util/TASCXMLUtils.h b/src/uscxml/util/TASCXMLUtils.h
new file mode 100644
index 0000000..66c4073
--- /dev/null
+++ b/src/uscxml/util/TASCXMLUtils.h
@@ -0,0 +1,23 @@
+
+#ifndef TASCXMLUTILS_H
+#define TASCXMLUTILS_H
+
+#include "uscxml/util/DOM.h"
+
+
+namespace tascxml {
+
+ static const uscxml::X kXMLCharVerdict = uscxml::X("verdict");
+ static const uscxml::X kXMLCharTimestamp = uscxml::X("timestamp");
+ static const uscxml::X kXMLCharTestStep = uscxml::X("teststep");
+ static const uscxml::X kXMLCharDescription = uscxml::X("description");
+ static const uscxml::X kXMLCharResultId = uscxml::X("resultid");
+ static const uscxml::X kXMLChaRequirementId = uscxml::X("requirementid");
+ static const uscxml::X kXMLCharCurrentVaue = uscxml::X("currentvalue");
+
+ static const uscxml::X kXMLCharDataId = uscxml::X("dataid");
+ static const uscxml::X kXMLCharValue = uscxml::X("value");
+
+}
+
+#endif \ No newline at end of file