Ignore:
Timestamp:
Feb 12, 2015, 11:18:07 PM (9 years ago)
Author:
djay
Message:

Continue adding initial doxygen documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/service_yaml.c

    r490 r580  
    1 /**
     1/*
    22 * Author : Gérald FENOY
    33 *
     
    3131static map* current_content=NULL;
    3232static elements* current_element=NULL;
    33 static char* curr_key;
    34 
    35 /**
    36  * getServiceFromFile :
    37  * set service given as second parameter with informations extracted from the
    38  * definition file.
    39  */
     33
    4034#ifdef __cplusplus
    4135extern "C" {
    4236#endif
    4337
     38/**
     39 * Read and parse a ZCFG file in YAML format
     40 *
     41 * @param conf the conf maps containing the main.cfg settings
     42 * @param file the file name to read
     43 * @param service the service structure to fill
     44 * @param name the service name
     45 * @return 1 on success, -1 if error occured
     46 */
    4447int getServiceFromYAML(maps* conf, char* file,service** service,char *name){
    4548  FILE *fh = fopen("test.yml", "r");
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png