Enum RouDiConfigFileParseError

Enum Documentation

enum class iox::roudi::RouDiConfigFileParseError

This are the errors which can occur when a config file is parsed NO_GENERAL_SECTION - the section for general config was not found INVALID_CONFIG_FILE_VERSION - an invalid config file version was detected NO_SEGMENTS - at least one segment needs to be defined MAX_NUMBER_OF_SEGMENTS_EXCEEDED - max number of segments exceeded SEGMENT_WITHOUT_MEMPOOL - a segment must have at least one mempool MAX_NUMBER_OF_MEMPOOLS_PER_SEGMENT_EXCEEDED - the max number of mempools per segment is exceeded MEMPOOL_WITHOUT_CHUNK_SIZE - chunk size not specified for the mempool MEMPOOL_WITHOUT_CHUNK_COUNT - chunk count not specified for the mempool.

Values:

enumerator NO_GENERAL_SECTION
enumerator INVALID_CONFIG_FILE_VERSION
enumerator NO_SEGMENTS
enumerator MAX_NUMBER_OF_SEGMENTS_EXCEEDED
enumerator SEGMENT_WITHOUT_MEMPOOL
enumerator MAX_NUMBER_OF_MEMPOOLS_PER_SEGMENT_EXCEEDED
enumerator MEMPOOL_WITHOUT_CHUNK_SIZE
enumerator MEMPOOL_WITHOUT_CHUNK_COUNT
enumerator EXCEPTION_IN_PARSER