Closed RuffaloLavoisier closed 3 weeks ago
Emulator is working !
Some thoughts of mine:
OSW_TIME* oswTime
in the function signatures a lot. I think, as this is mostly the only parameter, it should be required and not optional - so use OSW_TIME& oswTime
instead.OSW_TIME
implies a pre-processor define
or global constant. Maybe use OswTime
for the struct
/class
you are adding.Hey, the changes to the code itself look fine - but, as expected, LUA is still not compatible with the deprecation attribute. I would recommend you to revert that commit for now and move it into #366, as that PR also aims to fix that.
@simonmicro Ready to merge.
Update getDate, getTime API with #403
How to use
Each element can be referred to as a sub-element. It returns data for a time or date and can be used by selecting the necessary elements.
Summary
internal
getUTCTime
APIto
internal
getTime
APIto
merge internal
getDate
APIto
update
getLocalTime
APIto
merge
getLocalDate
APIto
update
getDualTime
APIto
merge
getDualDate
APIto
update
getWeekDay
API