6 #ifndef MOTORCORTEX_LICENSE_LICENSE_H
7 #define MOTORCORTEX_LICENSE_LICENSE_H
26 std::string listComponents();
30 License(
const std::string& filename,
const std::string& key,
bool verbose =
false);
36 int64_t status()
const;
38 std::string toString()
const;
42 std::shared_ptr<Timer> timer_;
43 std::vector<Component> components_;
51 #endif // MOTORCORTEX_LICENSE_LICENSE_H