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