removed unneeded function
This commit is contained in:
parent
efd12544df
commit
c00cb1680d
@ -49,17 +49,6 @@ class TcPacketPus : public TcPacketPusBase {
|
||||
*/
|
||||
TcPacketPus(const uint8_t* setData);
|
||||
|
||||
/**
|
||||
* Set the application data field by copying the provided data to the application data field.
|
||||
* This function can also update the space packet length
|
||||
* field. To only update the SP length field with empty application data, simply pass 0 as
|
||||
* length of nullptr as data.
|
||||
* @param data
|
||||
* @param len
|
||||
* @param updateSpLenField
|
||||
*/
|
||||
void setApplicationData(const uint8_t* data, size_t len, bool updateSpLenField);
|
||||
|
||||
// Base class overrides
|
||||
uint8_t getSecondaryHeaderFlag() const override;
|
||||
uint8_t getPusVersionNumber() const override;
|
||||
|
Loading…
Reference in New Issue
Block a user