Skip to content
Snippets Groups Projects
Commit e9631c9b authored by Adam M Rivera's avatar Adam M Rivera
Browse files

Planner: Added meta data constant class to aid in retrieving the meta data by their key names.

parent 8b636ee6
No related branches found
No related tags found
No related merge requests found
namespace ArdupilotMega.Constants
{
public sealed class ParameterMetaDataConstants
{
public const string Delimeter = "@";
public const string Param = "Param";
public const string DisplayName = "DisplayName";
public const string Description = "Description";
public const string Units = "Units";
public const string Range = "Range";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment