switched service control items to new serialization

This commit is contained in:
csoler 2017-05-01 21:23:34 +02:00
parent 16b8947af1
commit 99d8b7d5d8
3 changed files with 22 additions and 166 deletions

View file

@ -60,7 +60,7 @@
// {
// MyServiceSerializer() : RsServiceSerializer(MY_SERVICE_IDENTIFIER) {}
//
// RsItem *create_item(uint16_t service,uint8_t item_subtype)
// RsItem *create_item(uint16_t service,uint8_t item_subtype) const // mind the "const"!
// {
// if(service != MY_SERVICE_IDENTIFIER) return NULL ;
//