CodebyCR / TimedAction

An easy, state-of-the-art timing Framework.
MIT License
0 stars 0 forks source link

Supported Scheduler Attributes #8

Closed CodebyCR closed 1 year ago

CodebyCR commented 1 year ago

• max. Threads (per default able/2-1) • timedAction List • output date format (default dd MMM YYYY - HH:MM:SS)

CodebyCR commented 1 year ago

Note: To many attributtes for a constructor.

Solution: Use a vector of optional strings, with enums as key/index. The Scheduler constructor get an own JSON config file. Directly as std::filesystem::path and also as string for easy usage as dependency.

CodebyCR commented 1 year ago

The configurable attributes will defined in the Scheduler.json. This will be maintained in the future.