FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo Class Reference

A convenience class used to store information about raw data. More...

Public Member Functions

 RawDataInfo (MessageWithRawData msg, Integer counter)
 Constructor.

Public Attributes

MessageWithRawData msg
 A message with associated raw data.
Integer counter
 The number of recipients potentially interested in the raw data.

Detailed Description

A convenience class used to store information about raw data.

Todo
Use a BlockingQueue instead?

Constructor & Destructor Documentation

◆ RawDataInfo()

frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo.RawDataInfo ( MessageWithRawData msg,
Integer counter )

Constructor.

Parameters
msgthe message with raw data
counterthe number of recipients potentially interested in the raw data

References counter, and msg.

Member Data Documentation

◆ counter

Integer frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo.counter

The number of recipients potentially interested in the raw data.

Referenced by RawDataInfo(), and frodo2.communication.tcp.QueueOutputPipeTCP.RawDataSender.run().

◆ msg

MessageWithRawData frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo.msg

A message with associated raw data.

Referenced by RawDataInfo(), and frodo2.communication.tcp.QueueOutputPipeTCP.RawDataSender.run().


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