RINASim  October 2016
Documentation of framework for OMNeT++
CDAPMsgLogEntry Class Reference

#include <CDAPMsgLogEntry.h>

Public Member Functions

 CDAPMsgLogEntry (unsigned char opc, long invoke, bool srflag)
 
virtual ~CDAPMsgLogEntry ()
 
std::string info () const
 
std::string getOpCodeString () const
 
long getInvokeId () const
 
void setInvokeId (long invokeId)
 
const unsigned char getOpCode () const
 
void setOpCode (const unsigned char opCode)
 
const simtime_t & getProcessedAt () const
 
void setProcessedAt (const simtime_t &requestedAt)
 

Private Attributes

unsigned char opCode
 
long invokeId
 
simtime_t processedAt
 
bool sndFlag
 

Detailed Description

Definition at line 32 of file CDAPMsgLogEntry.h.

Constructor & Destructor Documentation

CDAPMsgLogEntry::CDAPMsgLogEntry ( unsigned char  opc,
long  invoke,
bool  srflag 
)

Definition at line 25 of file CDAPMsgLogEntry.cc.

CDAPMsgLogEntry::~CDAPMsgLogEntry ( )
virtual

Definition at line 30 of file CDAPMsgLogEntry.cc.

Member Function Documentation

long CDAPMsgLogEntry::getInvokeId ( ) const

Definition at line 50 of file CDAPMsgLogEntry.cc.

const unsigned char CDAPMsgLogEntry::getOpCode ( ) const

Definition at line 58 of file CDAPMsgLogEntry.cc.

std::string CDAPMsgLogEntry::getOpCodeString ( ) const

Definition at line 74 of file CDAPMsgLogEntry.cc.

Referenced by info().

const simtime_t & CDAPMsgLogEntry::getProcessedAt ( ) const

Definition at line 66 of file CDAPMsgLogEntry.cc.

std::string CDAPMsgLogEntry::info ( ) const

Definition at line 37 of file CDAPMsgLogEntry.cc.

Referenced by operator<<().

void CDAPMsgLogEntry::setInvokeId ( long  invokeId)

Definition at line 54 of file CDAPMsgLogEntry.cc.

void CDAPMsgLogEntry::setOpCode ( const unsigned char  opCode)

Definition at line 62 of file CDAPMsgLogEntry.cc.

void CDAPMsgLogEntry::setProcessedAt ( const simtime_t &  requestedAt)

Definition at line 70 of file CDAPMsgLogEntry.cc.

Member Data Documentation

long CDAPMsgLogEntry::invokeId
private

Definition at line 56 of file CDAPMsgLogEntry.h.

Referenced by getInvokeId(), info(), setInvokeId(), and ~CDAPMsgLogEntry().

unsigned char CDAPMsgLogEntry::opCode
private

Definition at line 55 of file CDAPMsgLogEntry.h.

Referenced by getOpCode(), getOpCodeString(), info(), setOpCode(), and ~CDAPMsgLogEntry().

simtime_t CDAPMsgLogEntry::processedAt
private

Definition at line 57 of file CDAPMsgLogEntry.h.

Referenced by getProcessedAt(), info(), setProcessedAt(), and ~CDAPMsgLogEntry().

bool CDAPMsgLogEntry::sndFlag
private

Definition at line 58 of file CDAPMsgLogEntry.h.

Referenced by info(), and ~CDAPMsgLogEntry().


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