AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Buffers() [1/2]

drama::Buffers::Buffers ( long int  MessageBytes = 800,
long int  MaxMessages = 2,
long int  ReplyBytes = 800,
long int  MaxReplies = 10 
)
inline

Construct a drama::Buffers object from individual specifications.

See also
DitsPathGet()
Parameters
MessageBytesThe number of bytes in a typical message.
MaxMessagesThe maximum number of typical messages which might be outstanding at any time.
ReplyBytesThe number of bytes in a typical reply message.
MaxRepliesThe maximum number of typical reply messages which might be outstanding at any time.

References MaxMessages(), MaxReplies(), MessageBytes(), and ReplyBytes().