Changes have been pushed for the repository "fawkes.git".
(Fawkes Robotics Software Framework)

Clone:  g...@git.fawkesrobotics.org:fawkes.git
Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, thofmann/clips-executive-pddl has been updated
        to  40651b6d0df161b7cc372574455a2cf061884ebf (commit)
      from  b7400707e94196b9ef62a432710a0dfd470ac782 (commit)

http://git.fawkesrobotics.org/fawkes.git/thofmann/clips-executive-pddl

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit 40651b6d0df161b7cc372574455a2cf061884ebf
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Mon Feb 26 14:24:47 2018 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Mon Feb 26 14:24:47 2018 +0100

    pddl parser: add missing documentation

http://git.fawkesrobotics.org/fawkes.git/commit/40651b6
http://trac.fawkesrobotics.org/changeset/40651b6

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 src/libs/pddl_parser/pddl_parser.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


- *Diffs* -------------------------------------------------------------

- *commit* 40651b6d0df161b7cc372574455a2cf061884ebf - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Mon Feb 26 14:24:47 2018 +0100
Subject: pddl parser: add missing documentation

 src/libs/pddl_parser/pddl_parser.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

_Diff for modified files_:
diff --git a/src/libs/pddl_parser/pddl_parser.h 
b/src/libs/pddl_parser/pddl_parser.h
index 879b6ba..1535bc7 100644
--- a/src/libs/pddl_parser/pddl_parser.h
+++ b/src/libs/pddl_parser/pddl_parser.h
@@ -50,6 +50,10 @@ class PddlParserException : public fawkes::Exception
     */
   PddlParserException(const char *msg)
     : fawkes::Exception(msg) {}
+  /** Constructor with a string message.
+   * This wraps the constructor with a char* message for usage with 
std::string.
+   * @param msg A message describing the error.
+   */
   PddlParserException(const std::string &msg)
     : fawkes::Exception(msg.c_str()) {}
 };




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to