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
97cfa6cf
Commit
97cfa6cf
authored
Dec 18, 2020
by
Sébastien Timmermans
Browse files
[ErrMsg] link 3D number
parent
fc9b2288
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_common/mbs_void_symbolicR/mbs_link3D_void.c
View file @
97cfa6cf
/*
/*
* ROBOTRAN - MBsysC
* ROBOTRAN - MBsysC
* Universite catholique de Louvain
* Universite catholique de Louvain
* Institute of Mechanics, Materials and Civil engineering
* Institute of Mechanics, Materials and Civil engineering
* Center for Research in Energy and Mechatronics
* Center for Research in Energy and Mechatronics
* Place du Levant, 2 bte L5.04.02
* Place du Levant, 2 bte L5.04.02
* 1348 Louvain-la-Neuve
* 1348 Louvain-la-Neuve
* http://www.robotran.be
* http://www.robotran.be
*
*
*/
*/
#include
"mbs_data.h"
#include
"mbs_data.h"
#include
"mbs_message.h"
#include
"mbs_message.h"
#include
"mbs_project_interface.h"
#include
"mbs_project_interface.h"
#include
"mbs_errors_names.h"
void
mbs_link3D
(
double
**
frc
,
double
**
trq
,
MbsData
*
s
,
double
tsim
)
{
void
mbs_link3D
(
double
**
frc
,
double
**
trq
,
MbsData
*
s
,
double
tsim
)
mbs_msg
(
">>LINK_FORCES_3D>>
\n
"
);
{
mbs_msg
(
">>LINK_FORCES_3D>> The computation calls the link forces 3D symbolic function.
\n
"
);
mbs_msg
(
">>LINK_FORCES_3D>>
\n
"
);
mbs_msg
(
">>LINK_FORCES_3D>> The symbolic file was either not generated or included in the project.
\n
"
);
mbs_msg
(
">>LINK_FORCES_3D>> The computation calls the link forces 3D symbolic function.
\n
"
);
mbs_msg
(
">>LINK_FORCES_3D>> Generate the file (if needed) and regenerate the project with CMake.
\n
"
);
mbs_msg
(
">>LINK_FORCES_3D>> The symbolic file was either not generated or included in the project.
\n
"
);
mbs_error_msg
(
">>LINK_FORCES_3D>> [%d] Error calling a dummy symbolic function.
\n
"
,
-
809
);
mbs_msg
(
">>LINK_FORCES_3D>> Generate the file (if needed) and regenerate the project with CMake.
\n
"
);
}
mbs_error_msg
(
">>LINK_FORCES_3D>> [%d] Error calling a dummy symbolic function.
\n
"
,
_MBS_ERR_MOD_LOAD
+
_MBS_ERR_LOW_FILES
);
}
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