EUDAQ
 All Classes Namespaces Files Functions Variables Pages
Public Types | Public Member Functions | Public Attributes | List of all members
eudaq::TransportEvent Class Reference

#include <TransportBase.hh>

Public Types

enum  EventType { CONNECT, DISCONNECT, RECEIVE }
 

Public Member Functions

 TransportEvent (EventType et, ConnectionInfo &i, const std::string &p="")
 

Public Attributes

EventType etype
 The type of event.
 
ConnectionInfoid
 The id of the connection.
 
std::string packet
 The packet of data in case of a RECEIVE event.
 

Detailed Description

Represents an event such as a connection, or receipt of data on a Transport.


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