From: Jiri Vlasak Date: Wed, 9 Oct 2019 11:09:05 +0000 (+0200) Subject: Add ce1 X-Git-Tag: v0.3.0~9^2~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/rrts.git/commitdiff_plain/15b2f3b99df37e3683792b2c4e8e81a357c2f602 Add ce1 --- diff --git a/README.md b/README.md index 6d4de44..96cd471 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ There is a list of implemented extensions and what they include: [cute c2]: https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h +## Compound extensions +There is a list of classes with reference to extensions used: +- `RRTCE1`: 1, 2. + # Contribute Use [OneFlow][3] branching model and keep the [changelog][4]. diff --git a/api/rrtce.h b/api/rrtce.h index ed5a570..dea0cd8 100644 --- a/api/rrtce.h +++ b/api/rrtce.h @@ -11,4 +11,6 @@ Compound extensions have no implementation. #include "rrts.h" #include "rrtext.h" +class RRTCE1 : public RRTExt1, public RRTExt2 {}; + #endif /* RRTCE_H */