Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
mm::node::ParameterOption Struct Reference

One choice of a kEnum parameter: the value that goes on the wire, and its label. More...

#include <procedure.h>

Collaboration diagram for mm::node::ParameterOption:
[legend]

Public Attributes

nlohmann::json value
 What the request body carries when this option is chosen.
 
std::string title
 What the user picks, e.g. "Encoder 1".
 

Detailed Description

One choice of a kEnum parameter: the value that goes on the wire, and its label.

Member Data Documentation

◆ title

std::string mm::node::ParameterOption::title

What the user picks, e.g. "Encoder 1".

◆ value

nlohmann::json mm::node::ParameterOption::value

What the request body carries when this option is chosen.


The documentation for this struct was generated from the following file: