Skip to content

Commit

Permalink
add array parameter types ros2/design#152
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Jan 26, 2018
1 parent fd0c8c8 commit 3fd1242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rcl_interfaces/msg/ParameterType.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ uint8 PARAMETER_INTEGER=2
uint8 PARAMETER_DOUBLE=3
uint8 PARAMETER_STRING=4
uint8 PARAMETER_BYTE_ARRAY=5
uint8 PARAMETER_BOOL_ARRAY=6
uint8 PARAMETER_INTEGER_ARRAY=7
uint8 PARAMETER_DOUBLE_ARRAY=8
uint8 PARAMETER_STRING_ARRAY=9

0 comments on commit 3fd1242

Please sign in to comment.