Skip to content

Conversation

@alien588
Copy link
Collaborator

Tree traversal example completed.

# Conflicts:
#	examples/4_filter_and_read_last_value_of_signal.c
#	examples/6_read_with_formatted_timestamps.c
#	examples/util_headers/daq_utils.h
misc: Added skeleton structure for application final iteration
It now displays the tree structure of the connected simulator
@alien588 alien588 requested a review from JakaMohorko January 16, 2026 07:56
JakaMohorko and others added 11 commits January 21, 2026 08:38
# Conflicts:
#	examples/4_filter_and_read_last_value_of_signal.c
#	examples/6_read_with_formatted_timestamps.c
#	examples/util_headers/daq_utils.h
It now displays the tree structure of the connected simulator

# Conflicts:
#	examples/2_0_tree_traversal.c
# Conflicts:
#	examples/CMakeLists.txt
@tomaz-cvetko tomaz-cvetko self-requested a review January 26, 2026 13:40
Copy link

@tomaz-cvetko tomaz-cvetko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting to look really clean, but I think we can make it a bit more polished.

@alien588 alien588 requested a review from tomaz-cvetko January 27, 2026 14:16
Copy link

@tomaz-cvetko tomaz-cvetko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review comments have been addressed, looks good to me.

Copy link
Contributor

@JakaMohorko JakaMohorko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor comments that should be addressed before merge.

switch (compType)
{
case DaqDevice:
printDaqDevice(baseObject, indent + 1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function doesn't print "parent line plus indented children". So it should just pass on the indent that is given. (no +1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants