AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Public Member Functions | List of all members
drama::Buffers Class Reference

Detailed Description

A Class which supports setting up DRAMA message buffer structures.

See also
DitsPathGet()
DRAMA DITS Specification

#include "path.hh"

Public Member Functions

 Buffers (const DitsPathInfoType &info)
 Construct a drama::Buffers object from a DitsPathInfoType variable.
 
 Buffers (long int MessageBytes=800, long int MaxMessages=2, long int ReplyBytes=800, long int MaxReplies=10)
 Construct a drama::Buffers object from individual specifications.
 
long int MaxMessages () const
 Return the Max Messages specification.
 
long int MaxReplies () const
 Return the Max Replies specification.
 
long int MessageBytes () const
 Return the message bytes specification.
 
 operator const DitsPathInfoType * () const
 Return the DitsPathInfoType data for this object.
 
long int ReplyBytes () const
 Return the reply bytes specification.
 

The documentation for this class was generated from the following file: