ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Fields
PUBLISH_ods_list_s Struct Reference

#include <publish.h>

Data Fields

int n_ods
 
char ods_names [MAX_ODS_PER_PUBLISH *(SA_site_size_c+1)]
 
int ods_site_id [MAX_ODS_PER_PUBLISH]
 

Detailed Description

Holds the entire information about the number of ODS sites, ODS site IDs and site names. ODS stands for Object Directory Services and the function of ODS site is to maintain record of each object in the entire Multi-Site collaboration network.

Definition at line 47 of file publish.h.

Field Documentation

int PUBLISH_ods_list_s::n_ods

The number of ODS sites.

Definition at line 48 of file publish.h.

char PUBLISH_ods_list_s::ods_names[MAX_ODS_PER_PUBLISH *(SA_site_size_c+1)]

ODS site names.

Definition at line 50 of file publish.h.

int PUBLISH_ods_list_s::ods_site_id[MAX_ODS_PER_PUBLISH]

ODS site IDs.

Definition at line 49 of file publish.h.


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