CLAM-Development  1.1
Public Member Functions
CLAM::PANetworkPlayer Class Reference

#include <PANetworkPlayer.hxx>

List of all members.

Public Member Functions

 PANetworkPlayer (const std::string &networkFile)
 PANetworkPlayer ()
virtual ~PANetworkPlayer ()
bool IsWorking () const
 Should return true when the backend is able to run the network.
std::string NonWorkingReason () const
 Whenever the backend is not working, this method returns the reason.
virtual void Start ()
virtual void Stop ()

Detailed Description

Definition at line 35 of file PANetworkPlayer.hxx.


Constructor & Destructor Documentation

CLAM::PANetworkPlayer::PANetworkPlayer ( const std::string &  networkFile)

Definition at line 70 of file PANetworkPlayer.cxx.

Definition at line 79 of file PANetworkPlayer.cxx.

References Stop().


Member Function Documentation

bool CLAM::PANetworkPlayer::IsWorking ( ) const [virtual]

Should return true when the backend is able to run the network.

Implements CLAM::NetworkPlayer.

Definition at line 217 of file PANetworkPlayer.cxx.

std::string CLAM::PANetworkPlayer::NonWorkingReason ( ) const [virtual]

Whenever the backend is not working, this method returns the reason.

Implements CLAM::NetworkPlayer.

Definition at line 222 of file PANetworkPlayer.cxx.

void CLAM::PANetworkPlayer::Start ( ) [virtual]
void CLAM::PANetworkPlayer::Stop ( ) [virtual]

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