UniMRCP  1.7.0
Data Fields
apt_task_msg_t Struct Reference

#include <apt_task_msg.h>

Data Fields

apt_task_msg_pool_tmsg_pool
 
int type
 
int sub_type
 
char data [1]
 

Detailed Description

Task message is used for inter task communication

Field Documentation

◆ data

char apt_task_msg_t::data[1]

Context specific data

◆ msg_pool

apt_task_msg_pool_t* apt_task_msg_t::msg_pool

Message pool the task message is allocated from

◆ sub_type

int apt_task_msg_t::sub_type

Task msg sub type

◆ type

int apt_task_msg_t::type

Task msg type


The documentation for this struct was generated from the following file: