ASTP 1.1.0 Merge Development in Master #441

Merged
gaisser merged 265 commits from development into master 2021-06-29 14:11:46 +02:00
2 changed files with 3 additions and 9 deletions
Showing only changes of commit 07f1216316 - Show all commits

View File

@ -65,12 +65,6 @@ public:
uint8_t* getAllTmData() 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;
};

View File

@ -52,10 +52,10 @@ public:
* if the packet is a class member and used for more than one packet.
* @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,
MessageQueueId_t sentFrom, bool doErrorReporting = true );
ReturnValue_t sendPacket(MessageQueueId_t destination, MessageQueueId_t sentFrom,
bool doErrorReporting = true);
protected:
/**