Added Message-type IUs (using 'MESSAGE' access).
Important: Java version does not yet contain Messages (or Retraction, for that matter) Note: Messages are received and routed to the handlers with the special new MESSAGE event type, as opposed to ADDED. This decision is of course open for discussion. Additional bugfix: Typecasting conflict in C++ payloads fixed. Reverted to cstdlib casts to avoid bulky exceptions being thrown.
Showing
- .gitignore 3 additions, 2 deletions.gitignore
- ipaacalib/cpp/examples/CMakeLists.txt 2 additions, 2 deletionsipaacalib/cpp/examples/CMakeLists.txt
- ipaacalib/cpp/examples/src/example-component.cc 8 additions, 3 deletionsipaacalib/cpp/examples/src/example-component.cc
- ipaacalib/cpp/include/ipaaca/ipaaca.h 56 additions, 3 deletionsipaacalib/cpp/include/ipaaca/ipaaca.h
- ipaacalib/cpp/src/ipaaca.cc 168 additions, 15 deletionsipaacalib/cpp/src/ipaaca.cc
- ipaacalib/cpp/test/src/Makefile 3 additions, 3 deletionsipaacalib/cpp/test/src/Makefile
- ipaacalib/cpp/test/src/testipaaca.cc 1 addition, 1 deletionipaacalib/cpp/test/src/testipaaca.cc
- ipaacalib/python/src/ipaaca.py 173 additions, 4 deletionsipaacalib/python/src/ipaaca.py
Loading
Please register or sign in to comment