moved RTT items to rsitems/

This commit is contained in:
csoler 2017-04-24 11:06:51 +02:00
parent f6aaee7382
commit 26e95416d1
6 changed files with 5 additions and 11 deletions

View file

@ -33,10 +33,6 @@ class RsSerializer: public RsSerialType
* should be overloaded to create the correct type of item depending on the data
*/
virtual RsItem *create_item(uint16_t /* service */, uint8_t /* item_sub_id */) const=0;
// {
// std::cerr << "(EE) Serializer does not overload create_item(). This is probably an error."<< std::endl;
// return NULL ;
// }
// The following functions overload RsSerialType. They *should not* need to be further overloaded.