janpaulus / BRICS_OODL

BRICS Object Oriented Device Layer
4 stars 2 forks source link

property value ranges #4

Closed shakhimardanov closed 13 years ago

shakhimardanov commented 14 years ago

every manufacturer has not only its own custom way of naming properties but also different value sets that the property might have. For instance, let camera1 have property X1 which can have a value from [0,1000] set another camera2 which also has property X1 allows the values to be in range of [0,2]. So, one needs to normalize these value ranges for property X1 to have a uniform access.

shakhimardanov commented 13 years ago

Finalized normalization for setters. Getters still need to be considered