guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

block properties coersion automatic #93

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

Most conversions deal with strict types. However, numbers are different and can be implicitly converted. We wouldnt want to throw if the user passed unsigned int and the type was unsigned long... There needs to be non strict conversion for number types and vectors of numbers. Not sure about anything else.

Should this be part of the PMC API? or in GRAS properties interface?

guruofquality commented 11 years ago

Done in PMC, relevant commits: