![]() |
![]()
| ![]() |
![]()
NAMElist_namespaces - Get the current list of user defined namespaces SYNOPSISnstbl
DESCRIPTIONThe user can dynamically add and remove namespaces for the purpose of file i/o and local IPC . These are controlled externally and defined in the database that the arcan application was launched with. An example of this would be "arcan_db add_appl_kv arcan ns_home Home:rw:/home/me" This function returns a list of the currently known ones in an n-indexed table of tables, where each table specifies its reference name, a user presentable label and the set or permissions (e.g. read, write and ipc). The name can then be used as a reference prefix for other operations, e.g. load_image("myname:/test.img"). EXAMPLEfunction list_namespaces0() SEE ALSO:glob_resource(3) load_image(3) load_image_asynch(3)
|