Skip to content

Dart warnings on startup #1313

Answered by ghost
jimhar8 asked this question in Q&A
Jul 12, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I assume you're talking about this message:

2021/07/12 06:44:54.020  WARN: Read Conversion UnixTimeConversion on item PACKET_TIME does not specify converted type or bit size. Will not be supported by DART

This is due to using the UnixTimeConversion. Apparently we did not set the converted_type or converted_bit_size in that class which would have prevented this warning. This concept is explained in the Derived Items post.

Thanks for raising this issue as the core COSMOS classes should support this feature. We've been focused on COSMOS 5 for quite some time so I'm not sure when we will get around to addressing this but you can subclass UnixTimeConversion and add the converted_type and conv…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jimhar8
Comment options

@ghost
Comment options

@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant