Class for the output parameters of the On-Line Trajectory Generation algorithm. More...
#include <RMLOutputParameters.h>
Public Types | |
enum | ReturnValue { RETURN_SUCCESS = 0, RETURN_ERROR = -1 } |
Return values for the methods of the class RMLOutputParameters. More... | |
Public Member Functions | |
unsigned int | GetDOFWithTheGreatestExecutionTime (void) const |
Returns the index of the degree of freedom with the greatest trajectory execution time. More... | |
void | GetExecutionTimes (RMLDoubleVector *OutputVector) const |
Copies the contents of the RMLDoubleVector object containing the execution times for each degree of freedom, at which the desired target velocity is reached, to the RMLDoubleVector object referred to by OutputVector . More... | |
void | GetExecutionTimes (double *OutputVector, const unsigned int &SizeInBytes) const |
Copies the array of double values representing the execution times for each degree of freedom, at which the desired target velocity is reached, to the memory pointed to by OutputVector . More... | |
void | GetExecutionTimesElement (double *OutputValue, const unsigned int &Index) const |
Copies one element of the execution times for each degree of freedom, at which the desired target velocity is reached, to the memory pointed to by OutputValue . More... | |
double | GetExecutionTimesElement (const unsigned int &Index) const |
Returns one single element of the execution times for each degree of freedom, at which the desired target velocity is reached. More... | |
double | GetGreatestExecutionTime (void) const |
Returns the time value in seconds which is required by the degree with the greatest execution to reach its desired target velocity. More... | |
int | GetMotionStateAtMaxPosForOneDOF (const unsigned int &DOF, RMLDoubleVector *PositionVector, RMLDoubleVector *VelocityVector, RMLDoubleVector *AccelerationVector) const |
Copies the motion state, at which the position of the degree of freedom with the index DOF has reached its maximum, to the three referred RMLDoubleVector objects. More... | |
int | GetMotionStateAtMaxPosForOneDOF (const unsigned int &DOF, double *PositionVector, double *VelocityVector, double *AccelerationVector, const unsigned int &SizeInBytes) const |
Copies the motion state, at which the position of the degree of freedom with the index DOF has reached its maximum, to the three referred arrays of double values. More... | |
int | GetMotionStateAtMinPosForOneDOF (const unsigned int &DOF, RMLDoubleVector *PositionVector, RMLDoubleVector *VelocityVector, RMLDoubleVector *AccelerationVector) const |
Copies the motion state, at which the position of the degree of freedom with the index DOF has reached its minimum, to the three referred RMLDoubleVector objects. More... | |
int | GetMotionStateAtMinPosForOneDOF (const unsigned int &DOF, double *PositionVector, double *VelocityVector, double *AccelerationVector, const unsigned int &SizeInBytes) const |
Copies the motion state, at which the position of the degree of freedom with the index DOF has reached its minimum, to the three referred arrays of double values. More... | |
void | GetNewAccelerationVector (RMLDoubleVector *OutputVector) const |
Copies the contents of the RMLDoubleVector object containing the new acceleration vector to the RMLDoubleVector object referred to by OutputVector . More... | |
void | GetNewAccelerationVector (double *OutputVector, const unsigned int &SizeInBytes) const |
Copies the array of double values representing the new acceleration vector to the memory pointed to by OutputVector . More... | |
void | GetNewAccelerationVectorElement (double *OutputValue, const unsigned int &Index) const |
Copies one element of the new selection vector to the memory pointed to by OutputValue . More... | |
double | GetNewAccelerationVectorElement (const unsigned int &Index) const |
Returns one single element of the new selection vector . More... | |
void | GetNewPositionVector (RMLDoubleVector *OutputVector) const |
Copies the contents of the RMLDoubleVector object containing the new position vector to the RMLDoubleVector object referred to by OutputVector . More... | |
void | GetNewPositionVector (double *OutputVector, const unsigned int &SizeInBytes) const |
Copies the array of double values representing the new position vector to the memory pointed to by OutputVector . More... | |
void | GetNewPositionVectorElement (double *OutputValue, const unsigned int &Index) const |
Copies one element of the new selection vector to the memory pointed to by OutputValue . More... | |
double | GetNewPositionVectorElement (const unsigned int &Index) const |
Returns one single element of the new selection vector . More... | |
void | GetNewVelocityVector (RMLDoubleVector *OutputVector) const |
Copies the contents of the RMLDoubleVector object containing the new velocity vector to the RMLDoubleVector object referred to by OutputVector . More... | |
void | GetNewVelocityVector (double *OutputVector, const unsigned int &SizeInBytes) const |
Copies the array of double values representing the new velocity vector to the memory pointed to by OutputVector . More... | |
void | GetNewVelocityVectorElement (double *OutputValue, const unsigned int &Index) const |
Copies one element of the new selection vector to the memory pointed to by OutputValue . More... | |
double | GetNewVelocityVectorElement (const unsigned int &Index) const |
Returns one single element of the new selection vector . More... | |
unsigned int | GetNumberOfDOFs (void) const |
Returns the number of degrees of freedom. More... | |
void | GetPositionalExtrema (RMLDoubleVector *MinimumPositionVector, RMLDoubleVector *MaximumPositionVector) const |
Copies two RMLDoubleVector objects that contain the minimum and maximum positions, which are reached until the target state of motion is reached. More... | |
void | GetPositionalExtrema (double *MinimumPositionVector, double *MaximumPositionVector, const unsigned int &SizeInBytes) const |
Copies two RMLDoubleVector objects that contain the minimum and maximum positions, which are reached until the target state of motion is reached. More... | |
double | GetSynchronizationTime (void) const |
Returns the synchronization time. More... | |
void | GetTimesAtMaxPosition (RMLDoubleVector *ExtremaTimes) const |
Copies the contents of a RMLDoubleVector object that contains the times (in seconds) at which the maximum positions are reached to the RMLDoubleVector object referred to by ExtremaTimes . More... | |
void | GetTimesAtMaxPosition (double *ExtremaTimes, const unsigned int &SizeInBytes) const |
Copies the array of double values that contain the time values (in seconds) at which the maximum positions are reached to the array of double values referred to by ExtremaTimes . More... | |
void | GetTimesAtMinPosition (RMLDoubleVector *ExtremaTimes) const |
Copies the contents of a RMLDoubleVector object that contains the times (in seconds) at which the minimum positions are reached to the RMLDoubleVector object referred to by ExtremaTimes . More... | |
void | GetTimesAtMinPosition (double *ExtremaTimes, const unsigned int &SizeInBytes) const |
Copies the array of double values that contain the time values (in seconds) at which the minimum positions are reached to the array of double values referred to by ExtremaTimes . More... | |
bool | IsTrajectoryPhaseSynchronized (void) const |
Indicates whether the currently calculated trajectory is phase- synchronized or only time-synchronized. More... | |
RMLOutputParameters & | operator= (const RMLOutputParameters &OP) |
Copy operator. More... | |
bool | WasACompleteComputationPerformedDuringTheLastCycle (void) const |
Indicates, whether a new computation was performed in the last cycle. More... | |
~RMLOutputParameters (void) | |
Destructor of class RMLOutputParameters. More... | |
Public Attributes | |
bool | ANewCalculationWasPerformed |
Indicates, whether a new computation was performed in the last cycle. More... | |
unsigned int | DOFWithTheGreatestExecutionTime |
Index of the degree of freedom that requires the greatest execution time to reach its desired target velocity value. More... | |
RMLDoubleVector * | ExecutionTimes |
A pointer to an RMLDoubleVector object that contains the execution times of all selected degrees of freedom in the case non-synchronized trajectories. More... | |
RMLDoubleVector * | MaxExtremaTimesVector |
A pointer to an RMLDoubleVector object that contains the times at which each degree of freedom reaches its maximum position during the execution of the calculated trajectory. More... | |
RMLDoubleVector ** | MaxPosExtremaAccelerationVectorArray |
A pointer to an array of pointers to RMLDoubleVector objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector objects consists of the same number of entries, such that it is a square matrix. A single vector contains the acceleration vector, that will be achieved when the respective degree of freedom reaches its maximum position. More... | |
RMLDoubleVector ** | MaxPosExtremaPositionVectorArray |
A pointer to an array of pointers to RMLDoubleVector objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector objects consists of the same number of entries, such that it is a square matrix. A single vector contains the position vector, that will be achieved when the respective degree of freedom reaches its maximum position. More... | |
RMLDoubleVector * | MaxPosExtremaPositionVectorOnly |
A pointer to an RMLDoubleVector object that contains the maximum positions for all degrees of freedom that occur during the execution of the calculated trajectory. More... | |
RMLDoubleVector ** | MaxPosExtremaVelocityVectorArray |
A pointer to an array of pointers to RMLDoubleVector objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector objects consists of the same number of entries, such that it is a square matrix. A single vector contains the velocity vector, that will be achieved when the respective degree of freedom reaches its maximum position. More... | |
RMLDoubleVector * | MinExtremaTimesVector |
A pointer to an RMLDoubleVector object that contains the times at which each degree of freedom reaches its minimum position during the execution of the calculated trajectory. More... | |
RMLDoubleVector ** | MinPosExtremaAccelerationVectorArray |
A pointer to an array of pointers to RMLDoubleVector objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector objects consists of the same number of entries, such that it is a square matrix. A single vector contains the position vector, that will be achieved when the respective degree of freedom reaches its minimum position. More... | |
RMLDoubleVector ** | MinPosExtremaPositionVectorArray |
A pointer to an array of pointers to RMLDoubleVector objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector objects consists of the same number of entries, such that it is a square matrix. A single vector contains the position vector, that will be achieved when the respective degree of freedom reaches its minimum position. More... | |
RMLDoubleVector * | MinPosExtremaPositionVectorOnly |
A pointer to an RMLDoubleVector object that contains the maximum positions for all degrees of freedom that occur during the execution of the calculated trajectory. More... | |
RMLDoubleVector ** | MinPosExtremaVelocityVectorArray |
A pointer to an array of pointers to RMLDoubleVector objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector objects consists of the same number of entries, such that it is a square matrix. A single vector contains the velocity vector, that will be achieved when the respective degree of freedom reaches its minimum position. More... | |
RMLDoubleVector * | NewAccelerationVector |
A pointer to the new acceleration vector . More... | |
RMLDoubleVector * | NewPositionVector |
A pointer to the new position vector . More... | |
RMLDoubleVector * | NewVelocityVector |
A pointer to the new velocity vector . More... | |
unsigned int | NumberOfDOFs |
The number of degrees of freedom . More... | |
double | SynchronizationTime |
The synchronization time in seconds. More... | |
bool | TrajectoryIsPhaseSynchronized |
Boolean flag that indicates whether the current trajectory is phase-synchronized. More... | |
Protected Member Functions | |
void | Echo (FILE *FileHandler=stdout) const |
Prints the new state of motion of the output parameters to *FileHandler. More... | |
RMLOutputParameters (const unsigned int DegreesOfFreedom) | |
Constructor of class RMLOutputParameters. More... | |
RMLOutputParameters (const RMLOutputParameters &OP) | |
Copy constructor of class RMLPositionOutputParameters. More... | |
Class for the output parameters of the On-Line Trajectory Generation algorithm.
The class RMLOutputParameters constitutes the basis class for the actual interface classes RMLPositionOutputParameters and RMLVelocityOutputParameters, which are both derived from this one.
Definition at line 75 of file RMLOutputParameters.h.
Return values for the methods of the class RMLOutputParameters.
Enumerator | |
---|---|
RETURN_SUCCESS | |
RETURN_ERROR |
Definition at line 86 of file RMLOutputParameters.h.
|
inlineprotected |
Constructor of class RMLOutputParameters.
DegreesOfFreedom | Specifies the number of degrees of freedom |
protected
. Definition at line 116 of file RMLOutputParameters.h.
|
inlineprotected |
Copy constructor of class RMLPositionOutputParameters.
OP | Object to be copied |
protected
. Definition at line 196 of file RMLOutputParameters.h.
|
inline |
Destructor of class RMLOutputParameters.
Definition at line 289 of file RMLOutputParameters.h.
|
inlineprotected |
Prints the new state of motion of the output parameters to *FileHandler.
FileHandler | File handler for the output |
Definition at line 252 of file RMLOutputParameters.h.
|
inline |
Returns the index of the degree of freedom with the greatest trajectory execution time.
Definition at line 1271 of file RMLOutputParameters.h.
|
inline |
Copies the contents of the RMLDoubleVector
object containing the execution times for each degree of freedom, at which the desired target velocity is reached, to the RMLDoubleVector
object referred to by OutputVector
.
OutputVector | A pointer to an RMLDoubleVector object, to which the data will be copied |
Definition at line 1294 of file RMLOutputParameters.h.
|
inline |
Copies the array of double
values representing the execution times for each degree of freedom, at which the desired target velocity is reached, to the memory pointed to by OutputVector
.
OutputVector | A pointer to an array of double values, to which the data will be copied |
SizeInBytes | The size of available memory at the location pointed to by OutputVector . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 1325 of file RMLOutputParameters.h.
|
inline |
Copies one element of the execution times for each degree of freedom, at which the desired target velocity is reached, to the memory pointed to by OutputValue
.
OutputValue | A pointer to one double value, to which the desired vector element will be copied |
Index | Specifies the desired element of the vector. The element numbering starts with 0 (zero). If this value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 1357 of file RMLOutputParameters.h.
|
inline |
Returns one single element of the execution times for each degree of freedom, at which the desired target velocity is reached.
Index | Specifies the desired element of the vector. The index of the first vector element is 0 (zero). If the value of Index value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 1388 of file RMLOutputParameters.h.
|
inline |
Returns the time value in seconds which is required by the degree with the greatest execution to reach its desired target velocity.
Definition at line 1410 of file RMLOutputParameters.h.
|
inline |
Copies the motion state, at which the position of the degree of freedom with the index DOF
has reached its maximum, to the three referred RMLDoubleVector
objects.
DOF | The index of the degree of freedom, whose maximum position is regarded. The motion state of the time instant, at which the maximum position value of this degree of freedom is reached, will be copied to PositionVector , VelocityVector , and AccelerationVector . |
PositionVector | A pointer to an RMLDoubleVector object, to which the position vector at the instant, at which the maximum position for the degree of freedom DOF is reached, will be copied. |
VelocityVector | A pointer to an RMLDoubleVector object, to which the velocity vector at the instant, at which the maximum position for the degree of freedom DOF is reached, will be copied. |
AccelerationVector | A pointer to an RMLDoubleVector object, to which the acceleration vector at the instant, at which the maximum position for the degree of freedom DOF is reached, will be copied. |
DOF
is greater than or equal to the number of degrees of freedomDefinition at line 1090 of file RMLOutputParameters.h.
|
inline |
Copies the motion state, at which the position of the degree of freedom with the index DOF
has reached its maximum, to the three referred arrays of double
values.
DOF | The index of the degree of freedom, whose maximum position is regarded. The motion state of the time instant, at which the maximum position value of this degree of freedom is reached, will be copied to PositionVector , VelocityVector , and AccelerationVector . |
PositionVector | A pointer to an array of double values, to which the position vector at the instant, at which the maximum position for the degree of freedom DOF is reached, will be copied. |
VelocityVector | A pointer to an array of double values, to which the velocity vector at the instant, at which the maximum position for the degree of freedom DOF is reached, will be copied. |
AccelerationVector | A pointer to an array of double values, to which the acceleration vector at the instant, at which the maximum position for the degree of freedom DOF is reached, will be copied. |
SizeInBytes | The size of available memory at the each of the locations pointed to by PositionVector , VelocityVector , and AccelerationVector . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
DOF
is greater than or equal to the number of degrees of freedomDefinition at line 1157 of file RMLOutputParameters.h.
|
inline |
Copies the motion state, at which the position of the degree of freedom with the index DOF
has reached its minimum, to the three referred RMLDoubleVector
objects.
DOF | The index of the degree of freedom, whose minimum position is regarded. The motion state of the time instant, at which the minimum position value of this degree of freedom is reached, will be copied to PositionVector , VelocityVector , and AccelerationVector . |
PositionVector | A pointer to an RMLDoubleVector object, to which the position vector at the instant, at which the minimum position for the degree of freedom DOF is reached, will be copied. |
VelocityVector | A pointer to an RMLDoubleVector object, to which the velocity vector at the instant, at which the minimum position for the degree of freedom DOF is reached, will be copied. |
AccelerationVector | A pointer to an RMLDoubleVector object, to which the acceleration vector at the instant, at which the minimum position for the degree of freedom DOF is reached, will be copied. |
DOF
is greater than or equal to the number of degrees of freedomDefinition at line 956 of file RMLOutputParameters.h.
|
inline |
Copies the motion state, at which the position of the degree of freedom with the index DOF
has reached its minimum, to the three referred arrays of double
values.
DOF | The index of the degree of freedom, whose minimum position is regarded. The motion state of the time instant, at which the minimum position value of this degree of freedom is reached, will be copied to PositionVector , VelocityVector , and AccelerationVector . |
PositionVector | A pointer to an array of double values, to which the position vector at the instant, at which the minimum position for the degree of freedom DOF is reached, will be copied. |
VelocityVector | A pointer to an array of double values, to which the velocity vector at the instant, at which the minimum position for the degree of freedom DOF is reached, will be copied. |
AccelerationVector | A pointer to an array of double values, to which the acceleration vector at the instant, at which the minimum position for the degree of freedom DOF is reached, will be copied. |
SizeInBytes | The size of available memory at the each of the locations pointed to by PositionVector , VelocityVector , and AccelerationVector . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
DOF
is greater than or equal to the number of degrees of freedomDefinition at line 1023 of file RMLOutputParameters.h.
|
inline |
Copies the contents of the RMLDoubleVector
object containing the new acceleration vector to the RMLDoubleVector
object referred to by OutputVector
.
OutputVector | A pointer to an RMLDoubleVector object, to which the data will be copied |
Definition at line 636 of file RMLOutputParameters.h.
|
inline |
Copies the array of double
values representing the new acceleration vector to the memory pointed to by OutputVector
.
OutputVector | A pointer to an array of double values, to which the data will be copied |
SizeInBytes | The size of available memory at the location pointed to by OutputVector . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 665 of file RMLOutputParameters.h.
|
inline |
Copies one element of the new selection vector to the memory pointed to by OutputValue
.
OutputValue | A pointer to one double value, to which the desired vector element will be copied |
Index | Specifies the desired element of the vector. The element numbering starts with 0 (zero). If this value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 695 of file RMLOutputParameters.h.
|
inline |
Returns one single element of the new selection vector .
Index | Specifies the desired element of the vector. The index of the first vector element is 0 (zero). If the value of Index value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 724 of file RMLOutputParameters.h.
|
inline |
Copies the contents of the RMLDoubleVector
object containing the new position vector to the RMLDoubleVector
object referred to by OutputVector
.
OutputVector | A pointer to an RMLDoubleVector object, to which the data will be copied |
Definition at line 398 of file RMLOutputParameters.h.
|
inline |
Copies the array of double
values representing the new position vector to the memory pointed to by OutputVector
.
OutputVector | A pointer to an array of double values, to which the data will be copied |
SizeInBytes | The size of available memory at the location pointed to by OutputVector . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 427 of file RMLOutputParameters.h.
|
inline |
Copies one element of the new selection vector to the memory pointed to by OutputValue
.
OutputValue | A pointer to one double value, to which the desired vector element will be copied |
Index | Specifies the desired element of the vector. The element numbering starts with 0 (zero). If this value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 457 of file RMLOutputParameters.h.
|
inline |
Returns one single element of the new selection vector .
Index | Specifies the desired element of the vector. The index of the first vector element is 0 (zero). If the value of Index value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 486 of file RMLOutputParameters.h.
|
inline |
Copies the contents of the RMLDoubleVector
object containing the new velocity vector to the RMLDoubleVector
object referred to by OutputVector
.
OutputVector | A pointer to an RMLDoubleVector object, to which the data will be copied |
Definition at line 517 of file RMLOutputParameters.h.
|
inline |
Copies the array of double
values representing the new velocity vector to the memory pointed to by OutputVector
.
OutputVector | A pointer to an array of double values, to which the data will be copied |
SizeInBytes | The size of available memory at the location pointed to by OutputVector . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 546 of file RMLOutputParameters.h.
|
inline |
Copies one element of the new selection vector to the memory pointed to by OutputValue
.
OutputValue | A pointer to one double value, to which the desired vector element will be copied |
Index | Specifies the desired element of the vector. The element numbering starts with 0 (zero). If this value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 576 of file RMLOutputParameters.h.
|
inline |
Returns one single element of the new selection vector .
Index | Specifies the desired element of the vector. The index of the first vector element is 0 (zero). If the value of Index value is greater the number of vector elements, a value of 0.0 will be written to the memory pointed to by OutputValue . |
Definition at line 605 of file RMLOutputParameters.h.
|
inline |
Returns the number of degrees of freedom.
Definition at line 1193 of file RMLOutputParameters.h.
|
inline |
Copies two RMLDoubleVector
objects that contain the minimum and maximum positions, which are reached until the target state of motion is reached.
MinimumPositionVector | A pointer to an RMLDoubleVector object, to which the vector of minimum positions will be copied to. |
MaximumPositionVector | A pointer to an RMLDoubleVector object, to which the vector of maximum positions will be copied to. |
Definition at line 757 of file RMLOutputParameters.h.
|
inline |
Copies two RMLDoubleVector
objects that contain the minimum and maximum positions, which are reached until the target state of motion is reached.
MinimumPositionVector | A pointer to a double array, to which the elements of the vector of minimum positions will be copied to. |
MaximumPositionVector | A pointer to a double array, to which the elements of the vector of maximum positions will be copied to. |
SizeInBytes | The size of available memory at the location pointed to by MinimumPositionVector or MaximumPositionVector, respectively. To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 792 of file RMLOutputParameters.h.
|
inline |
Returns the synchronization time.
The position-based On-Line Trajectory Generation algorithm transfers all selected degrees of freedom into their desired target state of motion, such that all of them reach the target state of motion at the very same time instant, that is, at the minimum possible synchronization time . If this value is used as an output value of the velocity-based On-Line Trajectory Generation algorithm, this time determines when all selected degree of freedom will reach the desired target velocity.
Definition at line 1256 of file RMLOutputParameters.h.
|
inline |
Copies the contents of a RMLDoubleVector
object that contains the times (in seconds) at which the maximum positions are reached to the RMLDoubleVector
object referred to by ExtremaTimes
.
ExtremaTimes | A pointer to an RMLDoubleVector object, to which the data will be copied |
Definition at line 846 of file RMLOutputParameters.h.
|
inline |
Copies the array of double
values that contain the time values (in seconds) at which the maximum positions are reached to the array of double
values referred to by ExtremaTimes
.
ExtremaTimes | A pointer to an array of double values, to which the data will be copied |
SizeInBytes | The size of available memory at the location pointed to by ExtremaTimes . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 907 of file RMLOutputParameters.h.
|
inline |
Copies the contents of a RMLDoubleVector
object that contains the times (in seconds) at which the minimum positions are reached to the RMLDoubleVector
object referred to by ExtremaTimes
.
ExtremaTimes | A pointer to an RMLDoubleVector object, to which the data will be copied |
Definition at line 823 of file RMLOutputParameters.h.
|
inline |
Copies the array of double
values that contain the time values (in seconds) at which the minimum positions are reached to the array of double
values referred to by ExtremaTimes
.
ExtremaTimes | A pointer to an array of double values, to which the data will be copied |
SizeInBytes | The size of available memory at the location pointed to by ExtremaTimes . To assure safety and to prevent from prohibited writing into protected memory areas, the user has to specify the amount of available memory in bytes. For a correct operation, the value of SizeInBytes has to equal the number of vector elements multiplied by the size of a double value. |
Definition at line 875 of file RMLOutputParameters.h.
|
inline |
Indicates whether the currently calculated trajectory is phase- synchronized or only time-synchronized.
true
if the trajectory is phase-synchronized and false
if it is time-synchronized. Definition at line 1230 of file RMLOutputParameters.h.
|
inline |
Copy operator.
OP | RMLOutputParameters object to be copied |
Definition at line 346 of file RMLOutputParameters.h.
|
inline |
Indicates, whether a new computation was performed in the last cycle.
If the computation of completely new trajectory parameters was performed, this flag will be set to true
. If the input values remained constant and the output parameters of the last computation cycle were directly fed back to the input parameters, such that the previously computed trajectory did not change, the flag will be set to false
.
This attribute can be accessed directly or by using one of the following methods:
true
if a new computation was performedfalse
if the previously calculated trajectory parameters did not change and were used. Definition at line 1213 of file RMLOutputParameters.h.
bool RMLOutputParameters::ANewCalculationWasPerformed |
Indicates, whether a new computation was performed in the last cycle.
If the computation of completely new trajectory parameters was performed, this flag will be set to true
. If the input values remained constant and the output parameters of the last computation cycle were directly fed back to the input parameters, such that the previously computed trajectory did not change, the flag will be set to false
.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1435 of file RMLOutputParameters.h.
unsigned int RMLOutputParameters::DOFWithTheGreatestExecutionTime |
Index of the degree of freedom that requires the greatest execution time to reach its desired target velocity value.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1491 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::ExecutionTimes |
A pointer to an RMLDoubleVector
object that contains the execution times of all selected degrees of freedom in the case non-synchronized trajectories.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1646 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MaxExtremaTimesVector |
A pointer to an RMLDoubleVector
object that contains the times at which each degree of freedom reaches its maximum position during the execution of the calculated trajectory.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1587 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MaxPosExtremaAccelerationVectorArray |
A pointer to an array of pointers to RMLDoubleVector
objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector
objects consists of the same number of entries, such that it is a square matrix. A single vector contains the acceleration vector, that will be achieved when the respective degree of freedom reaches its maximum position.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1766 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MaxPosExtremaPositionVectorArray |
A pointer to an array of pointers to RMLDoubleVector
objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector
objects consists of the same number of entries, such that it is a square matrix. A single vector contains the position vector, that will be achieved when the respective degree of freedom reaches its maximum position.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1726 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MaxPosExtremaPositionVectorOnly |
A pointer to an RMLDoubleVector
object that contains the maximum positions for all degrees of freedom that occur during the execution of the calculated trajectory.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1619 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MaxPosExtremaVelocityVectorArray |
A pointer to an array of pointers to RMLDoubleVector
objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector
objects consists of the same number of entries, such that it is a square matrix. A single vector contains the velocity vector, that will be achieved when the respective degree of freedom reaches its maximum position.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1746 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MinExtremaTimesVector |
A pointer to an RMLDoubleVector
object that contains the times at which each degree of freedom reaches its minimum position during the execution of the calculated trajectory.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1571 of file RMLOutputParameters.h.
RMLDoubleVector ** RMLOutputParameters::MinPosExtremaAccelerationVectorArray |
A pointer to an array of pointers to RMLDoubleVector
objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector
objects consists of the same number of entries, such that it is a square matrix. A single vector contains the position vector, that will be achieved when the respective degree of freedom reaches its minimum position.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1706 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MinPosExtremaPositionVectorArray |
A pointer to an array of pointers to RMLDoubleVector
objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector
objects consists of the same number of entries, such that it is a square matrix. A single vector contains the position vector, that will be achieved when the respective degree of freedom reaches its minimum position.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1666 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MinPosExtremaPositionVectorOnly |
A pointer to an RMLDoubleVector
object that contains the maximum positions for all degrees of freedom that occur during the execution of the calculated trajectory.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1603 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::MinPosExtremaVelocityVectorArray |
A pointer to an array of pointers to RMLDoubleVector
objects. The number of array elements equals the number of degrees of freedom, and each of these RMLDOubleVector
objects consists of the same number of entries, such that it is a square matrix. A single vector contains the velocity vector, that will be achieved when the respective degree of freedom reaches its minimum position.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1686 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::NewAccelerationVector |
A pointer to the new acceleration vector .
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1555 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::NewPositionVector |
A pointer to the new position vector .
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1523 of file RMLOutputParameters.h.
RMLDoubleVector * RMLOutputParameters::NewVelocityVector |
A pointer to the new velocity vector .
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1539 of file RMLOutputParameters.h.
unsigned int RMLOutputParameters::NumberOfDOFs |
The number of degrees of freedom .
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1463 of file RMLOutputParameters.h.
double RMLOutputParameters::SynchronizationTime |
The synchronization time in seconds.
If the trajectory is time- or phase-synchronized, this attribute will contain the synchronization time. Otherwise, it is set to zero.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1507 of file RMLOutputParameters.h.
bool RMLOutputParameters::TrajectoryIsPhaseSynchronized |
Boolean flag that indicates whether the current trajectory is phase-synchronized.
This attribute can be accessed directly or by using one of the following methods:
Definition at line 1449 of file RMLOutputParameters.h.