TR181-XPON  1.4.0
TR-181 PON manager.
_task Struct Reference
Collaboration diagram for _task:

Data Fields

amxc_string_t path
 
uint32_t index
 
task_type_t type
 
amxc_llist_it_t it
 

Detailed Description

A task to help in populating the XPON DM after startup.

  • path object path, e.g. "XPON.ONU"
  • index index instance for a template object. 0 if not applicable.
  • type task type. See task_type_t.
  • it to put a task in the list 's_tasks'

If 'path' refers to a template object, then:

  • 'index' is 0 (not applicable) if 'type' is 'task_query_indexes': the task will query the instances of the template object. The task is not for a specific instance of the template object.
  • 'index' is an actual instance index if type is 'task_query_content'.

Definition at line 140 of file populate_dm_startup.c.

Field Documentation

◆ index

uint32_t _task::index

Definition at line 142 of file populate_dm_startup.c.

◆ it

amxc_llist_it_t _task::it

Definition at line 144 of file populate_dm_startup.c.

◆ path

amxc_string_t _task::path

Definition at line 141 of file populate_dm_startup.c.

◆ type

task_type_t _task::type

Definition at line 143 of file populate_dm_startup.c.


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