My Elma Project
An event loop manager for embedded systems
 All Classes Functions
Public Member Functions | List of all members
stopwatch::OnState Class Reference

The on state of the stopwatch. More...

#include <on.h>

+ Inheritance diagram for stopwatch::OnState:
+ Collaboration diagram for stopwatch::OnState:

Public Member Functions

 OnState ()
 Build a new on state.
 
void entry (const Event &e)
 
void during ()
 
void exit (const Event &)
 
StopWatchstopwatch ()
 

Detailed Description

The on state of the stopwatch.

Definition at line 15 of file on.h.

Member Function Documentation

void OnState::exit ( const Event &  e)

Perform actions required when switching from off to on

Parameters
eThe event that triggered the transition

Definition at line 13 of file on.cc.


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