Namespaces | Variables

utilConstants.h File Reference

Go to the source code of this file.

Namespaces

namespace  laserSource

Variables

const char *const laserSource::LESS_THAN_SIGN = "<"
const char *const laserSource::SPACE = " "
const char *const laserSource::EQUALS_SIGN = "="
const char *const laserSource::DOUBLE_QUOTE = "\""
const char *const laserSource::FORWARD_SLASH = "/"
const char *const laserSource::GREATER_THAN_SIGN = ">"
const char *const laserSource::USER_TIMESTAMP_ELEMENT_NAME = "user-timestamp"
const char *const laserSource::SOURCE_TIMESTAMP_ELEMENT_NAME = "source-timestamp"
const char *const laserSource::USER_PROPERTIES_ELEMENT_NAME = "user-properties"
const char *const laserSource::USER_PROPERTIES_PROPERTY_ELEMENT_NAME = "property"
const char *const laserSource::USER_PROPERTIES_NAME_ATTRIBUTE_NAME = "name"
const char *const laserSource::USER_PROPERTIES_VALUE_ATTRIBUTE_NAME = "value"
const char *const laserSource::FAULT_STATE_ELEMENT_NAME = "fault-state"
const char *const laserSource::FAULT_STATE_FAMILY_ATTRIBUTE_NAME = "family"
const char *const laserSource::FAULT_STATE_MEMBER_ATTRIBUTE_NAME = "member"
const char *const laserSource::FAULT_STATE_CODE_ATTRIBUTE_NAME = "code"
const char *const laserSource::FAULT_STATE_DESCRIPTOR_ELEMENT_NAME = "descriptor"
const char *const laserSource::XML_HEADER = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"
const char *const laserSource::ASI_MESSAGE_ELEMENT_NAME = "ASI-message"
const char *const laserSource::XML_NAMESPACE_PREFIX = "xmlns:xsi"
const char *const laserSource::XML_SCHEMA_URI = "http://www.w3.org/2001/XMLSchema-instance"
const char *const laserSource::ASI_MESSAGE_BACKUP_ATTRIBUTE_NAME = "backup"
const char *const laserSource::ASI_MESSAGE_VERSION_ATTRIBUTE_NAME = "version"
const char *const laserSource::XSI_TYPE_PREFIX = "xsi:type"
const char *const laserSource::ASI_MESSAGE_TYPE_NAME = "ASI-message"
const char *const laserSource::SOURCE_NAME_ELEMENT_NAME = "source-name"
const char *const laserSource::SOURCE_HOSTNAME_ELEMENT_NAME = "source-hostname"
const char *const laserSource::FAULT_STATES_ELEMENT_NAME = "fault-states"