41 #include "../types/Types.hpp" 42 #include "../types/GlobalsRepository.hpp" 43 #include "../FlowStatus.hpp" 44 #include "../SendStatus.hpp" 45 #include "../ConnPolicy.hpp" 46 #include "../BufferPolicy.hpp" 47 #include "../typekit/Types.hpp" 48 #include "../os/fosi.h" 52 using namespace types;
static const int CIRCULAR_BUFFER
static ConnPolicy & Default()
Returns the process-wide default ConnPolicy that serves as a template for new ConnPolicy instances...
static shared_ptr Instance()
virtual bool loadGlobals()
Implement this function to add global variables to the type system.
boost::shared_ptr< GlobalsRepository > shared_ptr
Returned when the result of the send() could not be collected.
static const int LOCK_FREE
Returned when the send() succeeded, but the operation has not yet been executed by the receiving comp...
Returned when the send() failed to deliver the operation call to the receiving component.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
As opposed to a Attribute, a Constant can not be assigned to a new value after creation.