X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkAtomicBlackBoxDescriptor.cxx;h=ea1a10d9fc97476103355c1ddeba3bff97ca8a31;hb=9ebbefccfab8978b357669af56a08d661386df9a;hp=6511313b3bcf4c7f10cd29885e0671b8337ac4a2;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/src/bbtkAtomicBlackBoxDescriptor.cxx b/kernel/src/bbtkAtomicBlackBoxDescriptor.cxx index 6511313..ea1a10d 100644 --- a/kernel/src/bbtkAtomicBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkAtomicBlackBoxDescriptor.cxx @@ -24,7 +24,7 @@ namespace bbtk (typeid(AtomicBlackBoxDescriptor), "BoxExecute", "Any signal received by this input executes the box", - "", + "signal", new bbtk::AtomicBlackBoxTGetFunctor(&BlackBox::bbGetInputBoxExecute), new bbtk::AtomicBlackBoxTSetFunctor(&BlackBox::bbSetInputBoxExecute) ) ); // Creates the output 'BoxChange' @@ -33,8 +33,8 @@ namespace bbtk bbtk::AtomicBlackBoxOutputDescriptor (typeid(AtomicBlackBoxDescriptor), "BoxChange", - "Signal modifications of the box", - "", + "Signals modifications of the box", + "signal", new bbtk::AtomicBlackBoxTGetFunctor(&BlackBox::bbGetOutputBoxChange), new bbtk::AtomicBlackBoxTSetFunctor(&BlackBox::bbSetOutputBoxChange) ) ); //