Skip to content

Commit

Permalink
Release v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Sep 28, 2024
2 parents 7bf8bb9 + a15134f commit ab77f67
Show file tree
Hide file tree
Showing 908 changed files with 910 additions and 1,024 deletions.
116 changes: 1 addition & 115 deletions doc/doxygen.conf
Original file line number Diff line number Diff line change
@@ -1,143 +1,29 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "cc_ublox"
PROJECT_BRIEF = "Documentation for generated code of \"cc_ublox\" protocol."
OUTPUT_DIRECTORY =
CREATE_SUBDIRS = NO
ALLOW_UNICODE_NAMES = NO
OUTPUT_LANGUAGE = English
OUTPUT_TEXT_DIRECTION = None
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = YES
FULL_PATH_NAMES = YES
SHORT_NAMES = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 4
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
OPTIMIZE_FOR_FORTRAN = NO
OPTIMIZE_OUTPUT_VHDL = NO
MARKDOWN_SUPPORT = YES
AUTOLINK_SUPPORT = YES
BUILTIN_STL_SUPPORT = YES
CPP_CLI_SUPPORT = NO
SIP_SUPPORT = NO
IDL_PROPERTY_SUPPORT = YES
DISTRIBUTE_GROUP_DOC = NO
GROUP_NESTED_COMPOUNDS = NO
SUBGROUPING = YES
INLINE_GROUPED_CLASSES = NO
INLINE_SIMPLE_STRUCTS = NO
TYPEDEF_HIDES_STRUCT = NO
LOOKUP_CACHE_SIZE = 0
NUM_PROC_THREADS = 0
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
EXTRACT_PRIV_VIRTUAL = NO
EXTRACT_PACKAGE = NO
EXTRACT_STATIC = NO
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = NO
EXTRACT_ANON_NSPACES = NO
RESOLVE_UNNAMED_PARAMS = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
HIDE_FRIEND_COMPOUNDS = NO
HIDE_IN_BODY_DOCS = NO
INTERNAL_DOCS = NO
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = NO
HIDE_COMPOUND_REFERENCE= NO
SHOW_INCLUDE_FILES = YES
SHOW_GROUPED_MEMB_INC = NO
FORCE_LOCAL_INCLUDES = YES
INLINE_INFO = NO
SORT_MEMBER_DOCS = YES
SORT_BRIEF_DOCS = YES
SORT_MEMBERS_CTORS_1ST = YES
SORT_GROUP_NAMES = NO
SORT_BY_SCOPE_NAME = YES
STRICT_PROTO_MATCHING = NO
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
GENERATE_DEPRECATEDLIST= YES
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
SHOW_FILES = YES
SHOW_NAMESPACES = YES
LAYOUT_FILE = doc/layout.xml
QUIET = YES
WARNINGS = YES
WARN_IF_UNDOCUMENTED = NO
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = YES
WARN_AS_ERROR = YES
WARN_FORMAT = "$file:$line: $text"
INPUT_ENCODING = UTF-8
INPUT = doc include
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_SYMBOLS = *details
EXAMPLE_RECURSIVE = NO
FILTER_SOURCE_FILES = NO
SOURCE_BROWSER = NO
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = NO
REFERENCES_LINK_SOURCE = YES
SOURCE_TOOLTIPS = YES
USE_HTAGS = NO
VERBATIM_HEADERS = YES
CLANG_ASSISTED_PARSING = NO
CLANG_ADD_INC_PATHS = YES
CLANG_OPTIONS =
ALPHABETICAL_INDEX = YES
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_SAT = 100
HTML_COLORSTYLE_GAMMA = 80
HTML_TIMESTAMP = NO
HTML_DYNAMIC_SECTIONS = NO
HTML_INDEX_NUM_ENTRIES = 100
GENERATE_DOCSET = NO
GENERATE_HTMLHELP = NO
GENERATE_QHP = NO
GENERATE_ECLIPSEHELP = NO
DISABLE_INDEX = NO
GENERATE_TREEVIEW = NO
ENUM_VALUES_PER_LINE = 4
TREEVIEW_WIDTH = 250
EXT_LINKS_IN_WINDOW = NO
FORMULA_FONTSIZE = 10
FORMULA_TRANSPARENT = YES
USE_MATHJAX = NO
SEARCHENGINE = NO
SERVER_BASED_SEARCH = NO
EXTERNAL_SEARCH = NO
SEARCHDATA_FILE = searchdata.xml
GENERATE_LATEX = NO
GENERATE_RTF = NO
GENERATE_MAN = NO
GENERATE_XML = NO
GENERATE_DOCBOOK = NO
GENERATE_AUTOGEN_DEF = NO
GENERATE_PERLMOD = NO
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
PREDEFINED = FOR_DOXYGEN_DOC_ONLY COMMS_MSVC_WARNING_PUSH= COMMS_MSVC_WARNING_POP= COMMS_MSVC_WARNING_DISABLE(x)=
SKIP_FUNCTION_MACROS = YES
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = YES
CLASS_DIAGRAMS = YES
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO

2 changes: 1 addition & 1 deletion include/cc_ublox/Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains definition of <b>"Message"</b> interface class.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/MsgId.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains definition of message ids enumeration.
Expand Down
6 changes: 3 additions & 3 deletions include/cc_ublox/Version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains protocol version definition.
Expand All @@ -14,7 +14,7 @@
#define CC_UBLOX_MAJOR_VERSION (2)

/// @brief Minor version of the protocol library.
#define CC_UBLOX_MINOR_VERSION (8)
#define CC_UBLOX_MINOR_VERSION (9)

/// @brief Patch version of the protocol library.
#define CC_UBLOX_PATCH_VERSION (0)
Expand Down Expand Up @@ -58,5 +58,5 @@ inline constexpr unsigned version()
} // namespace cc_ublox

// Generated compile time check for minimal supported version of the COMMS library
static_assert(COMMS_MAKE_VERSION(5, 2, 5) <= comms::version(),
static_assert(COMMS_MAKE_VERSION(5, 2, 7) <= comms::version(),
"The version of COMMS library is too old");
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchClientInputMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for all input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchServerInputMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for client input input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox5 platform client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchUblox5Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox5 platform input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox5 platform server input input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox6 platform client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchUblox6Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox6 platform input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox6 platform server input input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox7 platform client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchUblox7Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox7 platform input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox7 platform server input input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox8 platform client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchUblox8Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox8 platform input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox8 platform server input input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox9 platform client input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/dispatch/DispatchUblox9Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox9 platform input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains dispatch to handling function(s) for ublox9 platform server input input messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/factory/AllMessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input "ublox5" platform specific messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/factory/Ublox5MessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the "ublox5" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input "ublox5" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input "ublox6" platform specific messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/factory/Ublox6MessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the "ublox6" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input "ublox6" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input "ublox7" platform specific messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/factory/Ublox7MessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the "ublox7" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input "ublox7" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input "ublox8" platform specific messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/factory/Ublox8MessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the "ublox8" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input "ublox8" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the client input "ublox9" platform specific messages.
Expand Down
2 changes: 1 addition & 1 deletion include/cc_ublox/factory/Ublox9MessagesDynMemMsgFactory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for all the "ublox9" platform specific messages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2comms v6.3.3
// Generated by commsdsl2comms v6.3.4

/// @file
/// @brief Contains message factory with dynamic memory allocation for the server input "ublox9" platform specific messages.
Expand Down
Loading

0 comments on commit ab77f67

Please sign in to comment.