
Header of ... More...
#include <openfluid/config.hpp>#include <openfluid/dllexport.hpp>#include <openfluid/core/TypeDefs.hpp>#include <openfluid/ware/WareSignature.hpp>Go to the source code of this file.
Classes | |
| class | openfluid::ware::ObserverSignature |
Namespaces | |
| namespace | openfluid |
| namespace | openfluid::ware |
Defines | |
| #define | BEGIN_OBSERVER_SIGNATURE(id) |
| #define | END_OBSERVER_SIGNATURE |
Header of ...
| #define BEGIN_OBSERVER_SIGNATURE | ( | id | ) |
openfluid::ware::ObserverSignature* WARESIGNATURE_PROC_DECL() \ { \ openfluid::ware::ObserverSignature* Signature = new openfluid::ware::ObserverSignature(); \ Signature->setABIVersion(openfluid::config::FULL_VERSION); \ Signature->ID = (id);
Macro for the beginning of definition of observer hook
| #define END_OBSERVER_SIGNATURE |
return Signature; \
}
Macro for the end of definition of signature hook
1.7.6.1