docs
This commit is contained in:
parent
91a5bd5ce3
commit
e706c999f1
|
@ -38,12 +38,3 @@ IgnitionOutputPin * IgnitionEvent::getOutputForLoggins() {
|
||||||
return outputs[0];
|
return outputs[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//void registerActuatorEventWhat(InjectionEventList *list, int eventIndex, OutputSignal *actuator, float angleOffset) {
|
|
||||||
// ActuatorEvent *e = list->getNextActuatorEvent();
|
|
||||||
// if (e == NULL)
|
|
||||||
// return; // error already reported
|
|
||||||
// e->position.eventIndex = eventIndex;
|
|
||||||
// e->actuator = actuator;
|
|
||||||
// e->position.angleOffset = angleOffset;
|
|
||||||
//}
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ public:
|
||||||
bool isScheduled = false;
|
bool isScheduled = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Scheduler implementation has a linked list of these scheduling records.
|
* Scheduler implementation uses a sorted linked list of these scheduling records.
|
||||||
*/
|
*/
|
||||||
scheduling_s *next = nullptr;
|
scheduling_s *next = nullptr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue