Skip to content
Snippets Groups Projects
Commit 051b36d1 authored by burneykb's avatar burneykb
Browse files

removed RESPONSE_ID and moved LOG_END_ID

parent 72092e4a
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ enum MessageTypeID{
UPDATE_ID, // 03
BEGINUPDATE_ID, // 04
LOG_ID, // 05
RESPONSE_ID, // 06
LOG_END_ID, // 06 - Responding with controller parameters. Example: PID constants
SETPARAM_ID, // 07 - Setting node parameters.
GETPARAM_ID, // 08 - Getting node parameters.
RESPPARAM_ID, // 09 - Responding with node parameters.
......@@ -52,8 +52,7 @@ enum MessageTypeID{
RESPNODES_ID, // 16 - Responding with node IDs from current comp_graph
ADDNODE_ID, // 17 - Add a node of specified type_id
RESPADDNODE_ID, // 18 - Responding with the block_id of the newly added node
LOG_END_ID, // 19 - Responding with controller parameters. Example: PID constants
MAX_TYPE_ID // 20 - Just used to keep track of the size. Must remain at the end
MAX_TYPE_ID // 19 - Just used to keep track of the size. Must remain at the end
};
struct modular_structs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment