Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
9ac94aa4
Commit
9ac94aa4
authored
Aug 13, 2014
by
Alejandro Homs Puron
Browse files
* Added SendEOF (End-of-frame) command: SEF
parent
10ce18a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Frelon.h
View file @
9ac94aa4
...
...
@@ -65,6 +65,7 @@ extern const int MaxRegVal;
enum
Cmd
{
Reset
,
Start
,
Stop
,
Save
,
Reload
,
SendEOF
,
};
typedef
std
::
map
<
Cmd
,
std
::
string
>
CmdStrMapType
;
...
...
src/Frelon.cpp
View file @
9ac94aa4
...
...
@@ -126,6 +126,7 @@ static const CmdPair CmdStrCList[] = {
CmdPair
(
Stop
,
"O"
),
CmdPair
(
Save
,
"SAV"
),
CmdPair
(
Reload
,
"RLD"
),
CmdPair
(
SendEOF
,
"SEF"
),
};
CmdStrMapType
lima
::
Frelon
::
CmdStrMap
(
C_LIST_ITERS
(
CmdStrCList
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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