Create and rework data handling, part I
This commit is contained in:
@@ -110,7 +110,7 @@ BCCanDriver::dState BCCanDriverTinyCan::initDriver()
|
||||
|
||||
|
||||
//unsigned int BCCanDriverTinyCan::getValue( unsigned char receipient, unsigned char reg )
|
||||
uint BCCanDriverTinyCan::getValue(BCDevice::ID deviceID, BC::ID registerID )
|
||||
uint BCCanDriverTinyCan::getValue(BCDevice::ID deviceID, BC::ID registerID ) const
|
||||
{
|
||||
|
||||
struct TCanMsg msg;
|
||||
@@ -175,7 +175,7 @@ retry:
|
||||
|
||||
|
||||
// void BCCanDriverTinyCan::setValue( unsigned char receipient, unsigned char reg, unsigned char value )
|
||||
void BCCanDriverTinyCan::setValue(BCDevice::ID deviceID, BC::ID registerID, int value )
|
||||
void BCCanDriverTinyCan::setValue(BCDevice::ID deviceID, BC::ID registerID, int value ) const
|
||||
{
|
||||
|
||||
qDebug() << "SaveItem( BCCanDriverTinyCan::CBCItem& item ): ";
|
||||
|
||||
Reference in New Issue
Block a user