apt_task_vtable_t Struct Reference

#include <apt_task.h>

Data Fields

apt_task_method_f destroy
apt_task_method_f start
apt_task_method_f terminate
apt_task_method_f run
apt_bool_t(* signal_msg )(apt_task_t *task, apt_task_msg_t *msg)
apt_bool_t(* process_msg )(apt_task_t *task, apt_task_msg_t *msg)
apt_task_event_f on_pre_run
apt_task_event_f on_post_run
apt_task_event_f on_start_request
apt_task_event_f on_start_complete
apt_task_event_f on_terminate_request
apt_task_event_f on_terminate_complete

Detailed Description

Table of task virtual methods


Field Documentation

Virtual destroy method

Virtual post-run event handler

Virtual pre-run event handler

Virtual start-complete event handler

Virtual start-request event handler

Virtual terminate-complete event handler

Virtual terminate-request event handler

Virtual process method

Virtual run method

Virtual signal method

Virtual start method

Virtual terminate method


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 25 Mar 2013 for UniMRCP by  doxygen 1.6.1