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
robotran
mbsysc
Commits
26b62501
Commit
26b62501
authored
Sep 16, 2015
by
Nicolas Van der Noot
Browse files
void set_plot corrected (with void files)
parent
829fbc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_common/mbs_realtime/void/void_set_plot.c
0 → 100644
View file @
26b62501
/*!
* \author Nicolas Van der Noot
* \file void_set_plot.c
* \brief void set_plot function in case set_plot is called while the SDL real-time modules were not activated
*/
#ifndef SDL
#include "user_realtime.h"
/*! \brief function called by the user to plot a curve (void in this case)
*
* \param[in] value current value of the curve
* \param[in] label label of the curve
*/
void
set_plot
(
double
value
,
char
*
label
)
{
}
#endif
Write
Preview
Markdown
is supported
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