Skip to content

Commit

Permalink
feat(vt): add activation message responses
Browse files Browse the repository at this point in the history
  • Loading branch information
GwnDaan committed Dec 18, 2023
1 parent a4363d3 commit 307630d
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1123,10 +1123,10 @@ namespace isobus
/// @returns The VT version supported supported by the VT server
VTVersion get_connected_vt_version() const;

/// @brief Returns if the VT version is supported by the VT server
/// @brief Returns whether the VT version is supported by the VT server
/// @param[in] value The VT version to check against
/// @returns true if the VT version is supported by the VT server
bool get_vt_version_supported(VTVersion value) const;
bool is_vt_version_supported(VTVersion value) const;

/// @brief Returns the current data mask displayed by the VT server
/// @returns The object ID of the data mask visible
Expand Down
Loading

0 comments on commit 307630d

Please sign in to comment.