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

Add initial doxygen comments in some C files, for future documentation generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/otbZooWatcher.h

    r558 r579  
    2121#include "service.h"
    2222
     23/**
     24 * Observer used to access the ongoing status of a running OTB Application
     25 */
    2326class /*ITK_EXPORT*/ ZooWatcher : public otb::FilterWatcherBase
    2427{
    2528public:
    2629
    27   /** Constructor. Takes a ProcessObject to monitor and an optional
    28    * comment string that is prepended to each event message. */
     30  /**
     31   * Constructor
     32   * @param process the itk::ProcessObject to monitor
     33   * @param comment comment string that is prepended to each event message
     34   */
    2935  ZooWatcher(itk::ProcessObject* process,
    3036                        const char *comment = "");
    3137
     38  /**
     39   * Constructor
     40   * @param process the itk::ProcessObject to monitor
     41   * @param comment comment string that is prepended to each event message
     42   */
    3243  ZooWatcher(itk::ProcessObject* process,
    3344                        const std::string& comment = "");
     
    3647  ZooWatcher();
    3748
    38   /** Get/Set/Free Configuration maps */
     49  /**
     50   * Copy the original conf in the m_Conf property
     51   *
     52   * @param conf the maps pointer to copy
     53   */
    3954  void SetConf(maps **conf)
    4055  {
    4156    m_Conf=dupMaps(conf);
    4257  }
     58  /** 
     59   * Get Configuration maps (m_Conf)
     60   * @return the m_Conf property
     61   */
    4362  const maps& GetConf() const
    4463  {
    4564    return *m_Conf;
    4665  }
     66  /** 
     67   * Free Configuration maps (m_Conf)
     68   */
    4769  void FreeConf(){
    4870    freeMaps(&m_Conf);
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