OPAL
Version 3.10.4
|
#include <pres_ent.h>
Public Types | |
typedef PAtomicInteger::IntegerType | CmdSeqType |
Public Member Functions | |
OpalPresentityCommand (bool responseNeeded=false) | |
virtual | ~OpalPresentityCommand () |
virtual void | Process (OpalPresentity &presentity)=0 |
Data Fields | |
CmdSeqType | m_sequence |
bool | m_responseNeeded |
PURL | m_presentity |
Abstract class for all OpelPresentity commands.
typedef PAtomicInteger::IntegerType OpalPresentityCommand::CmdSeqType |
|
inline |
|
inlinevirtual |
|
pure virtual |
Function to process the command. This typically calls functions on the concrete OpalPresentity class.
PURL OpalPresentityCommand::m_presentity |
bool OpalPresentityCommand::m_responseNeeded |
CmdSeqType OpalPresentityCommand::m_sequence |