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

Public Types

typedef TransportServer *(* ServerFactory )(const std::string &)
 
typedef TransportClient *(* ClientFactory )(const std::string &)
 

Public Member Functions

 TransportInfo (const std::string &nm, ServerFactory sf, ClientFactory cf)
 

Public Attributes

std::string name
 
ServerFactory serverfactory
 
ClientFactory clientfactory
 

Detailed Description

Stores the name and factory methods for a type of Transport.


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