Doly C++ SDK v1.00
Loading...
Searching...
No Matches
ServoEvent.h File Reference
#include <stdint.h>
#include "ServoEventListener.h"

Go to the source code of this file.

Namespaces

namespace  ServoEvent

Functions

void ServoEvent::AddListener (ServoEventListener *observer, bool priority=false)
void ServoEvent::RemoveListener (ServoEventListener *observer)
void ServoEvent::AddListenerOnComplete (void(*onEvent)(uint16_t id, ServoId channel))
void ServoEvent::RemoveListenerOnComplete (void(*onEvent)(uint16_t id, ServoId channel))
void ServoEvent::AddListenerOnAbort (void(*onEvent)(uint16_t id, ServoId channel))
void ServoEvent::RemoveListenerOnAbort (void(*onEvent)(uint16_t id, ServoId channel))
void ServoEvent::AddListenerOnError (void(*onEvent)(uint16_t id, ServoId channel))
void ServoEvent::RemoveListenerOnError (void(*onEvent)(uint16_t id, ServoId channel))
void ServoEvent::ServoComplete (uint16_t id, ServoId channel)
void ServoEvent::ServoAbort (uint16_t id, ServoId channel)
void ServoEvent::ServoError (uint16_t id, ServoId channel)