FACT++  1.0
void ConnectionUSB::SetEndpoint ( const std::string &  addr)

Definition at line 318 of file ConnectionUSB.cc.

Referenced by ConnectionEstablished().

319 {
320  if (fConnectionStatus>=1)
321  Warn("Connection or connection attempt in progress. New endpoint only valid for next connection.");
322 
323  fAddress = "/dev/"+addr;
324 }
ConnectionStatus_t fConnectionStatus
Definition: ConnectionUSB.h:43
std::string fAddress
Definition: ConnectionUSB.h:19
int Warn(const std::string &str)
Definition: MessageImp.h:48

+ Here is the caller graph for this function: