Searched defs:SubtypeCfg (Results 1 – 1 of 1) sorted by relevance
65 struct SubtypeCfg : public Serializable { struct66 static constexpr uint32_t MAX_SUBTYPE_NUM = 256;67 std::vector<Subtype> subtypes;68 bool Unmarshal(cJSON *node) override in Unmarshal()