Some minor documentation of the code.
This commit is contained in:
@ -17,6 +17,4 @@ ReturnValue_t pollingSequenceArduinoFunction(FixedTimeslotTaskIF *thisSequence);
|
||||
ReturnValue_t pollingSequenceControllerFunction(FixedTimeslotTaskIF *thisSequence);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* BSP_LINUX_FSFWCONFIG_POLLINGSEQUENCE_POLLINGSEQUENCEARDUINO_H_ */
|
||||
|
@ -18,9 +18,6 @@ ReturnValue_t pollingSequenceControllerFunction(
|
||||
uint32_t length = thisSequence->getPeriodMs();
|
||||
|
||||
thisSequence->addSlot(objects::THERMAL_CONTROLLER, length * 1, 0);
|
||||
//thisSequence->addSlot(objects::THERMAL_CONTROLLER, length * 0.2, 1);
|
||||
//thisSequence->addSlot(objects::THERMAL_CONTROLLER, length * 0.4, 2);
|
||||
//thisSequence->addSlot(objects::THERMAL_CONTROLLER, length * 0.6, 3);
|
||||
|
||||
if (thisSequence->checkSequence() == HasReturnvaluesIF::RETURN_OK) {
|
||||
return HasReturnvaluesIF::RETURN_OK;
|
||||
|
Reference in New Issue
Block a user