Skip to content

service repsponse addition#15

Open
sarthakdas wants to merge 4 commits intomainfrom
dev-sdas-lcmlogger
Open

service repsponse addition#15
sarthakdas wants to merge 4 commits intomainfrom
dev-sdas-lcmlogger

Conversation

@sarthakdas
Copy link
Copy Markdown
Contributor

No description provided.

@sarthakdas sarthakdas requested a review from cmower September 11, 2025 16:29
Copy link
Copy Markdown
Contributor

@cmower cmower left a comment

Choose a reason for hiding this comment

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

you committed build files, please remove

Comment thread ark_type_defs/info_t.lcm Outdated
node_info_t nodes[n_nodes]; // Array to hold nodes
}

struct service_response_t {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

bad name choice, better something like status_t

Comment thread ark_type_defs/info_t.lcm Outdated
Comment on lines 61 to 63
int64_t success;
string message;
} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

docstrings

Comment thread ark_type_defs/info_t.lcm Outdated
Comment on lines +60 to +62
struct status_t {
// success returns True/False if its successful or not
// message returns the error message, or the success message
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

weird, choose either following options

var; // doc...
var; // doc...

or

// doc
var;

// doc
var;

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.

2 participants