MotionModel folder completed

This commit is contained in:
Hamidreza Norouzi
2024-03-22 09:42:23 -07:00
parent f27fbdd82c
commit be56d8ee2e
16 changed files with 127 additions and 900 deletions

View File

@ -78,7 +78,7 @@ class multiRotatingAxis
{
protected:
/// This is either host/device pointer to all axes
/// This is device pointer to all axes
multiRotatingAxis* axisList_;
/// Index of parent axis
@ -170,7 +170,7 @@ public:
/// Set the pointer to the list of all axes.
/// This pointer is device pointer
INLINE_FUNCTION_H
void setAxisList(multiRotatingAxis* axisList)
void setAxisListPtr(multiRotatingAxis* axisList)
{
axisList_ = axisList;
}