Skip Navigation Links | |
Exit Print View | |
Remote Administration Daemon Developer Guide Oracle Solaris 11.1 Information Library |
3. Abstract Data Representation
Accessing Simple adr_data_t Values
Manipulating Derived Type adr_data_t
Manipulating Array adr_data_t Values
Manipulating the Structure of a adr_data_t Type
The library libadr provides structure definitions and subroutines essential to C programs using ADR. Code generated by radadrgen requires this library, and rad itself is based on it. libadr contains three major areas of functionality: data management, API management, and object name operations.
libadr is delivered in the system/management/rad package. C programs can link with it by specifying -ladr on the compile or link line.