Changeset 45 in flair-dev for trunk/include


Ignore:
Timestamp:
01/10/17 15:57:32 (7 years ago)
Author:
Sanahuja Guillaume
Message:

vision filter

Location:
trunk/include
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/FlairCore/FrameworkManager.h

    r44 r45  
    109109  */
    110110  void SetupLogger(std::string log_path);
     111       
     112        /*!
     113  * \brief Get log path
     114  *
     115        * get the path defined by SetupLogger
     116  *
     117  * \return log path
     118  */
     119  std::string GetLogPath(void) const;
    111120
    112121  /*!
Note: See TracChangeset for help on using the changeset viewer.