|
CPN
Computational Process Networks
|
This is a simplified internal representation of the queue attributes needed to create a queue. This is for internal use only. More...
#include <QueueAttr.h>
Collaboration diagram for CPN::SimpleQueueAttr:Private Attributes | |
| std::string | queuehint |
| std::string | datatype |
| unsigned | queueLength |
| unsigned | maxThreshold |
| unsigned | numChannels |
| double | alpha |
| Key_t | readerkey |
| Key_t | writerkey |
| Key_t | readernodekey |
| Key_t | writernodekey |
| unsigned | maxwritethreshold |
This is a simplified internal representation of the queue attributes needed to create a queue. This is for internal use only.
Definition at line 237 of file QueueAttr.h.
|
inline |
Definition at line 239 of file QueueAttr.h.
|
inline |
Definition at line 245 of file QueueAttr.h.
|
inline |
Definition at line 330 of file QueueAttr.h.
References alpha.
Referenced by CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 329 of file QueueAttr.h.
References datatype.
Referenced by CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 328 of file QueueAttr.h.
References queuehint.
Referenced by CPN::Kernel::CreateLocalQueue(), CPN::Kernel::CreateReaderEndpoint(), CPN::Kernel::CreateWriterEndpoint(), and CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 325 of file QueueAttr.h.
References queueLength.
Referenced by CPN::RemoteContextClient::SendQueueMsg(), and CPN::ThresholdQueue::ThresholdQueue().
Here is the caller graph for this function:
|
inline |
Definition at line 326 of file QueueAttr.h.
References maxThreshold.
Referenced by CPN::RemoteContextClient::SendQueueMsg(), and CPN::ThresholdQueue::ThresholdQueue().
Here is the caller graph for this function:
|
inline |
Definition at line 331 of file QueueAttr.h.
References maxwritethreshold.
Referenced by CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 327 of file QueueAttr.h.
References numChannels.
Referenced by CPN::RemoteContextClient::SendQueueMsg(), and CPN::ThresholdQueue::ThresholdQueue().
Here is the caller graph for this function:
|
inline |
Definition at line 324 of file QueueAttr.h.
References readerkey.
Referenced by CPN::Kernel::CreateQueue(), and CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 322 of file QueueAttr.h.
References readernodekey.
Referenced by CPN::Kernel::CreateLocalQueue(), CPN::Kernel::CreateQueue(), CPN::Kernel::CreateReaderEndpoint(), and CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 323 of file QueueAttr.h.
References writerkey.
Referenced by CPN::Kernel::CreateQueue(), and CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 321 of file QueueAttr.h.
References writernodekey.
Referenced by CPN::Kernel::CreateLocalQueue(), CPN::Kernel::CreateQueue(), CPN::Kernel::CreateWriterEndpoint(), and CPN::RemoteContextClient::SendQueueMsg().
Here is the caller graph for this function:
|
inline |
Definition at line 259 of file QueueAttr.h.
References alpha.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 274 of file QueueAttr.h.
References datatype.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 269 of file QueueAttr.h.
References queuehint.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 285 of file QueueAttr.h.
References queueLength.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 290 of file QueueAttr.h.
References maxThreshold.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 264 of file QueueAttr.h.
References maxwritethreshold.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 295 of file QueueAttr.h.
References numChannels.
Referenced by CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 310 of file QueueAttr.h.
References readerkey.
Referenced by CPN::Kernel::CreateQueue(), and CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 300 of file QueueAttr.h.
References readernodekey.
Referenced by CPN::Kernel::CreateQueue(), and CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 315 of file QueueAttr.h.
References writerkey.
Referenced by CPN::Kernel::CreateQueue(), and CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 305 of file QueueAttr.h.
References writernodekey.
Referenced by CPN::Kernel::CreateQueue(), and CPN::MsgToQueueAttr().
Here is the caller graph for this function:
|
private |
Definition at line 338 of file QueueAttr.h.
Referenced by GetAlpha(), and SetAlpha().
|
private |
Definition at line 334 of file QueueAttr.h.
Referenced by GetDatatype(), and SetDatatype().
|
private |
Definition at line 336 of file QueueAttr.h.
Referenced by GetMaxThreshold(), and SetMaxThreshold().
|
private |
Definition at line 343 of file QueueAttr.h.
Referenced by GetMaxWriteThreshold(), and SetMaxWriteThreshold().
|
private |
Definition at line 337 of file QueueAttr.h.
Referenced by GetNumChannels(), and SetNumChannels().
|
private |
Definition at line 333 of file QueueAttr.h.
|
private |
Definition at line 335 of file QueueAttr.h.
Referenced by GetLength(), and SetLength().
|
private |
Definition at line 339 of file QueueAttr.h.
Referenced by GetReaderKey(), and SetReaderKey().
|
private |
Definition at line 341 of file QueueAttr.h.
Referenced by GetReaderNodeKey(), and SetReaderNodeKey().
|
private |
Definition at line 340 of file QueueAttr.h.
Referenced by GetWriterKey(), and SetWriterKey().
|
private |
Definition at line 342 of file QueueAttr.h.
Referenced by GetWriterNodeKey(), and SetWriterNodeKey().
1.8.5