Searched defs:InputTypeCfg (Results 1 – 1 of 1) sorted by relevance
88 struct InputTypeCfg : public Serializable { struct89 std::vector<InputTypeInfo> inputType;90 bool Unmarshal(cJSON *node) override in Unmarshal()