INET Framework for OMNeT++/OMNEST
inet::Macho::Machine< TOP >::AfterAdvice Struct Reference

#include <Macho.h>

Public Member Functions

 AfterAdvice (Machine< TOP > &m)
 
 ~AfterAdvice ()
 
TOP * operator-> ()
 

Private Attributes

Machine< TOP > & myMachine
 

Constructor & Destructor Documentation

template<class TOP>
inet::Macho::Machine< TOP >::AfterAdvice::AfterAdvice ( Machine< TOP > &  m)
inline
1811 : myMachine(m) {}
Machine< TOP > & myMachine
Definition: Macho.h:1823
value< double, units::m > m
Definition: Units.h:1047
template<class TOP>
inet::Macho::Machine< TOP >::AfterAdvice::~AfterAdvice ( )
inline
1814 { myMachine.rattleOn(); }
Machine< TOP > & myMachine
Definition: Macho.h:1823

Member Function Documentation

template<class TOP>
TOP* inet::Macho::Machine< TOP >::AfterAdvice::operator-> ( )
inline
1818  {
1819  return static_cast<TOP *>(&(myMachine.myCurrentState->specification()));
1820  }
Machine< TOP > & myMachine
Definition: Macho.h:1823

Member Data Documentation

template<class TOP>
Machine<TOP>& inet::Macho::Machine< TOP >::AfterAdvice::myMachine
private

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