Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
2eff23fc
Commit
2eff23fc
authored
Oct 09, 2020
by
legoc
Browse files
(split) Renamed SEND_PARAMETERS into WRITE_INPUT
parent
5870a8ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/message/Message.h
View file @
2eff23fc
...
...
@@ -34,7 +34,7 @@ namespace message {
const
int
OUTPUT
=
7
;
const
int
ENABLE_STREAM
=
8
;
const
int
IS_ALIVE
=
9
;
const
int
SEND_PARAMETERS
=
10
;
const
int
WRITE_INPUT
=
10
;
const
int
KILL
=
11
;
const
int
STATUS
=
12
;
const
int
ALL_AVAILABLE
=
13
;
...
...
@@ -161,9 +161,9 @@ namespace message {
constexpr
const
char
*
EOL
=
"eol"
;
// boolean
}
namespace
SendParameters
Request
{
namespace
WriteInput
Request
{
constexpr
const
char
*
ID
=
"id"
;
// required int32 id = 1;
constexpr
const
char
*
PARAMETERS
=
"parameter
s"
;
// repeated string parameters = 2;
constexpr
const
char
*
INPUTS
=
"input
s"
;
// repeated string parameters = 2;
}
namespace
KillRequest
{
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment