1
0
forked from fsfw/fsfw

srv8 added to framework

This commit is contained in:
2020-07-08 18:37:26 +02:00
parent 8046d005a4
commit dc27cc9aff
5 changed files with 334 additions and 5 deletions

View File

@ -36,8 +36,7 @@ class Service2DeviceAccess : public CommandingServiceBase,
{
public:
Service2DeviceAccess(object_id_t objectId, uint16_t apid,
uint8_t serviceId, object_id_t tcSource,
object_id_t tmDestination, uint8_t numberOfParallelCommands = 4,
uint8_t serviceId, uint8_t numberOfParallelCommands = 4,
uint16_t commandTimeoutSeconds = 60);
virtual ~Service2DeviceAccess();