![]() |
Public API Reference |
#include <aws.h>
Inheritance diagram for iAwsSink:
Public Methods | |
virtual unsigned long | GetTriggerID (const char *name)=0 |
Maps a trigger name to a trigger id. More... | |
virtual void | HandleTrigger (int trigger_id, iAwsSource *source)=0 |
Handles trigger events. More... | |
virtual void | RegisterTrigger (const char *name, void(*Trigger)(void *, iAwsSource *))=0 |
A sink should call this to register trigger events. More... | |
virtual unsigned int | GetError ()=0 |
Returns the last error code set. More... |
Definition at line 519 of file aws.h.
|
Returns the last error code set. This code is good until the next call to this sink. Return value is one of AWS_ERR_SINK_*.
|
|
Maps a trigger name to a trigger id.
|
|
Handles trigger events.
|
|
A sink should call this to register trigger events.
|