sot-core  4.11.8
Hierarchical task solver plug-in for dynamic-graph.
mailbox.hxx File Reference
Include dependency graph for mailbox.hxx:

Go to the source code of this file.

Namespaces

 dynamicgraph
 
 dynamicgraph::sot
 

Macros

#define MAILBOX_TEMPLATE_SPE(S)
 

Macro Definition Documentation

◆ MAILBOX_TEMPLATE_SPE

#define MAILBOX_TEMPLATE_SPE (   S)
Value:
namespace dynamicgraph { \
namespace sot { \
template void Mailbox<S>::post(const S &obj); \
template dynamicgraph::Vector &Mailbox<S>::getObject(S &res, \
const int &time); \
template bool Mailbox<S>::hasBeenUpdated(void); \
template Mailbox<S>::~Mailbox(); \
template Mailbox<S>::sotTimestampedObject &Mailbox<S>::get( \
Mailbox<S>::sotTimestampedObject &res, const int &dummy); \
template Mailbox<S>::Mailbox(const std::string &name); \
} \
}
Definition: abstract-sot-external-interface.hh:17