mcc_keyvalue.h: worked

This commit is contained in:
2026-05-19 12:16:22 +03:00
parent d40ecb5df7
commit 8d36444c51
2 changed files with 90 additions and 88 deletions

View File

@@ -11,7 +11,8 @@ static auto kv_desc = std::make_tuple(
mcc_simple_kv_record_t{
"ddd", MccAngle{11.5_degs}, MccAngle{11.5_degs},
mcc_serialization_params_t{.angle_format = mcc::MccSerializedAngleFormat::MCC_SERIALIZED_FORMAT_SXGM_HOURS}},
mcc_make_simple_kv_record("eee", 1.5));
mcc_make_simple_kv_record("eee", 1.5),
mcc_make_simple_kv_record("arr", std::vector<int>{1, 2, 3, 4, 5, 6, 7}));