X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Freply.h;h=1666490b2ef9aa9aa27d732861c5080471c45314;hb=02c9a9779954d993cb73fe5f7a72b0847e87f633;hp=d075b9be977824a78ae023fc5db35eb399e16a0f;hpb=540e931ec79129c8776f48434ff5b230b53337f1;p=r2c2.git diff --git a/source/libmarklin/reply.h b/source/libmarklin/reply.h index d075b9b..1666490 100644 --- a/source/libmarklin/reply.h +++ b/source/libmarklin/reply.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of the MSP Märklin suite -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa +Copyright © 2006-2009 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -25,6 +25,7 @@ public: const unsigned char *get_data() const { return data; } static Reply read(int, Cmd); + static Reply simulate(Cmd); friend std::ostream &operator<<(std::ostream &, const Reply &); };