Struct to hold data about the namespace and the port list. More...
#include <namespace.h>
Data Fields | |
unsigned int | n_registered_ports |
unsigned int | n_registered_modules |
unsigned int * | port_counts |
ntg_port * | ports |
Struct to hold data about the namespace and the port list.
The namespace works by resolving symbolic addresses to Integra ports. For example /mymodule1/freq could correspond to module id: 143, port: 3
unsigned int ntg_namespace_::n_registered_modules |
Referenced by _init(), ntg_instance_register_namespace(), and ntg_register_namespace().
unsigned int ntg_namespace_::n_registered_ports |
Referenced by _init(), and ntg_register_namespace().
unsigned int * ntg_namespace_::port_counts |
Referenced by _fini(), _init(), ntg_instance_register_namespace(), and ntg_register_namespace().
Referenced by _fini(), _init(), ntg_address_resolve(), and ntg_register_namespace().