Searched defs:EventFormat (Results 1 – 1 of 1) sorted by relevance
154 struct EventFormat { struct155 uint32_t eventId = 0;156 uint32_t eventSize = 0;157 std::string eventName = "";158 std::string eventType = "";159 std::string osVersion = "";160 std::vector<FieldFormat> fields = {};161 std::vector<FieldFormat> commonFields = {};162 CommonFiledIndex commonIndex = {};