Add expansion DBC CSVs, Turtle support, and server-specific login

This commit is contained in:
Kelsi 2026-02-13 00:10:01 -08:00
parent 7092844b5e
commit f247d53309
139 changed files with 676758 additions and 91 deletions

View file

@ -130,6 +130,12 @@ private:
mutable bool idCacheBuilt = false;
void buildIdCache() const;
/**
* Load from CSV text format (produced by dbc_to_csv tool).
* Rebuilds the same in-memory layout as binary load.
*/
bool loadCSV(const std::vector<uint8_t>& csvData);
};
} // namespace pipeline