some documentation, question about HasParametersIF,
variable in ParameterHelper intialized (compiler warning)
This commit is contained in:
@ -46,6 +46,7 @@ public:
|
||||
* @param startAtIndex
|
||||
* @return
|
||||
*/
|
||||
// shouldnt startAtIndex be uint8?
|
||||
virtual ReturnValue_t getParameter(uint8_t domainId, uint16_t parameterId,
|
||||
ParameterWrapper *parameterWrapper,
|
||||
const ParameterWrapper *newValues, uint16_t startAtIndex) = 0;
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <framework/parameters/ParameterMessage.h>
|
||||
|
||||
ParameterHelper::ParameterHelper(ReceivesParameterMessagesIF* owner) :
|
||||
owner(owner), storage(NULL) {
|
||||
owner(owner), ownerQueueId(0), storage(NULL){
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user