error found
This commit is contained in:
parent
4faa5b0685
commit
07f1216316
@ -65,12 +65,6 @@ public:
|
|||||||
uint8_t* getAllTmData() override;
|
uint8_t* getAllTmData() override;
|
||||||
void setDataPointer(const uint8_t* newPointer) override;
|
void setDataPointer(const uint8_t* newPointer) override;
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The address where the packet data of the object instance is stored.
|
|
||||||
*/
|
|
||||||
store_address_t storeAddress;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,10 +52,10 @@ public:
|
|||||||
* if the packet is a class member and used for more than one packet.
|
* if the packet is a class member and used for more than one packet.
|
||||||
* @param setAddress The new packet id to link to.
|
* @param setAddress The new packet id to link to.
|
||||||
*/
|
*/
|
||||||
void setStoreAddress( store_address_t setAddress );
|
void setStoreAddress(store_address_t setAddress);
|
||||||
|
|
||||||
ReturnValue_t sendPacket( MessageQueueId_t destination,
|
ReturnValue_t sendPacket(MessageQueueId_t destination, MessageQueueId_t sentFrom,
|
||||||
MessageQueueId_t sentFrom, bool doErrorReporting = true );
|
bool doErrorReporting = true);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user