Struct gme::motion::EvalResult
ClassList > gme > motion > EvalResult
Result of one IMotion::evalAndSend call.More...
#include <EvalResult.h>
Public Attributes
| Type | Name |
|---|---|
| bool | completed = false |
| bool | failed = false |
| const char * | failure_reason = nullptr |
Detailed Description
Parameters:
completedtruewhentreached 1.0 on this tick.failedtruewhen this tick's transport send failed.MotionRegistrytracks consecutive failures and removes the motion whenkOscFailureThresholdis reached.failure_reasonStatic-storage reason used as theMotionErrorreason string. Non-null only whenfailed == true.
Public Attributes Documentation
variable completed
bool gme::motion::EvalResult::completed;
variable failed
bool gme::motion::EvalResult::failed;
variable failure_reason
const char* gme::motion::EvalResult::failure_reason;
The documentation for this class was generated from the following file src/motion/EvalResult.h