Skip to content

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:

  • completed true when t reached 1.0 on this tick.
  • failed true when this tick's transport send failed. MotionRegistry tracks consecutive failures and removes the motion when kOscFailureThreshold is reached.
  • failure_reason Static-storage reason used as the MotionError reason string. Non-null only when failed == 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