rename framework methods to camelCase
for easier distinction: - camelCase or singleword: framework method - snake_case: driver method (driver) parameters are lowercase, single word framework variables may have to start with uppercase letters to distinguish... Change-Id: I76536b6390324625b242c4f190553014c2ca61d6 Reviewed-on: https://forge.frm2.tum.de/review/20295 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
@ -16,7 +16,7 @@ Open questions
|
||||
-> needs Datatype for a function
|
||||
* datatype for funcion: is argin a list anyway, or just one (structured) argument?
|
||||
(so far we use a list and argout is a single datatype (which may be stuctured))
|
||||
* polling: vendor specific or do we propose a common way to handle it?
|
||||
* polling: vendor specific or do we propose a common way to handle it?
|
||||
(playground uses a per-device pollinterval. params may be polled less often)
|
||||
* interface classes !!! (maybe with feature mixins like WindowTimeout?)
|
||||
* hardware access: unify? how?
|
||||
@ -92,7 +92,7 @@ Documentation
|
||||
* transfer build docu into wiki via automated jobfile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Transfer of blobs via json
|
||||
--------------------------
|
||||
|
Reference in New Issue
Block a user