A lot of new features and tweaks #12
@ -67,7 +67,7 @@ ReturnValue_t Service8FunctionManagement::prepareDirectCommand(
|
|||||||
// Create direct command instance by extracting data from Telecommand
|
// Create direct command instance by extracting data from Telecommand
|
||||||
DirectCommand command(tcData,tcDataLen);
|
DirectCommand command(tcData,tcDataLen);
|
||||||
|
|
||||||
// store additional parameters into the Inter Process Communication Store
|
// store additional parameters into the IPC Store
|
||||||
store_address_t parameterAddress;
|
store_address_t parameterAddress;
|
||||||
ReturnValue_t result = IPCStore->addData(¶meterAddress,
|
ReturnValue_t result = IPCStore->addData(¶meterAddress,
|
||||||
command.getParameters(),command.getParametersSize());
|
command.getParameters(),command.getParametersSize());
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef MISSION_SERVICE8FUNCTIONMANAGEMENT_H_
|
#ifndef FRAMEWORK_PUS_SERVICE8FUNCTIONMANAGEMENT_H_
|
||||||
#define MISSION_SERVICE8FUNCTIONMANAGEMENT_H_
|
#define FRAMEWORK_PUS_SERVICE8FUNCTIONMANAGEMENT_H_
|
||||||
|
|
||||||
#include <framework/tmtcservices/CommandingServiceBase.h>
|
#include <framework/tmtcservices/CommandingServiceBase.h>
|
||||||
|
|
||||||
@ -61,4 +61,4 @@ private:
|
|||||||
const uint8_t* tcData, size_t tcDataLen);
|
const uint8_t* tcData, size_t tcDataLen);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* MISSION_DEVICE2DEVICECOMMANDING_H_ */
|
#endif /* FRAMEWORK_PUS_SERVICE8FUNCTIONMANAGEMENT_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user