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

Data Fields

const char * path
 
uint32_t index
 
object_id_t obj_id
 
amxc_var_t * key_value
 
const amxc_var_t * params
 

Detailed Description

Info related to actions done on the DM.

The actions are:

  • add an instance
  • remove an instance
  • update/change an object

Meaning of the fields:

  • path: object path of a singleton or template object
  • index: instance index for the instance of a template object. 0 if not applicable.
  • obj_id: object ID (derived from 'path' with dm_get_object_id())
  • key_value: for an instance of a template object, it is the value of the unique key for that instance. The variant normally has a string or an uint32_t.
  • params: values for the params of the object

Definition at line 133 of file data_model.c.

Field Documentation

◆ index

uint32_t _dm_action_info::index

Definition at line 135 of file data_model.c.

◆ key_value

amxc_var_t* _dm_action_info::key_value

Definition at line 137 of file data_model.c.

◆ obj_id

object_id_t _dm_action_info::obj_id

Definition at line 136 of file data_model.c.

◆ params

const amxc_var_t* _dm_action_info::params

Definition at line 138 of file data_model.c.

◆ path

const char* _dm_action_info::path

Definition at line 134 of file data_model.c.


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