![]() |
yumapro
25.10-1
YumaPro SDK
|
The agent profile is used to store most of the configuration settings. More...

Data Structures | |
| struct | agt_profile_t |
| Multiple instances are not supported. More... | |
Functions | |
| val_value_t * | agt_sil_profile_make_value (agt_profile_t *profile, obj_template_t *parent_obj, status_t *res) |
| Create a agt-profile container to send to a subsystem. More... | |
The agent profile is used to store most of the configuration settings.
They are used for running one instance of the server.
| val_value_t * agt_sil_profile_make_value | ( | agt_profile_t * | profile, |
| obj_template_t * | parent_obj, | ||
| status_t * | res | ||
| ) |
Create a agt-profile container to send to a subsystem.
Used during registration to partially populate the agt_profile_t struct on a SIL-SA subsystem so many properties and parameters can be checked.
Not all values are sent!! View agt.h agt_profile_t struct for fields actually copied from the main server to the subsystem
<agt-profile>
... leaf, leaf-list parms
</agt-profile>
| profile | profile to convert to val_value_t tree | |
| parent_obj | <config-response> object | |
| [out] | res | address of return status; *res status of operation |
