RDK Documentation (Open Sourced RDK Components)
AsyncTaskObj Struct Reference

Async task operations. More...

#include <AampScheduler.h>

Collaboration diagram for AsyncTaskObj:
Collaboration graph

Public Member Functions

 AsyncTaskObj (AsyncTask task, void *data, std::string tskName="", int id=0)
 
 AsyncTaskObj (const AsyncTaskObj &other)
 
AsyncTaskObjoperator= (const AsyncTaskObj &other)
 

Data Fields

AsyncTask mTask
 
void * mData
 
int mId
 
std::string mTaskName
 

yes

Async task operations.

Definition at line 57 of file AampScheduler.h.


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