HelloWorldStub.cc File Reference

#include <MCOOP.h>
#include <ObjectEntryTable.h>
#include <apsys.h>
#include "HelloWorld.h"

Go to the source code of this file.

Functions

void InitStub (OReasonMessage *reasonMsg)
void StartStub (OReasonMessage *reasonMsg)
void StopStub (OReasonMessage *reasonMsg)
void DestroyStub (OReasonMessage *reasonMsg)
 GEN_ENTRY (InitEntry, InitStub)
 GEN_ENTRY (StartEntry, StartStub)
 GEN_ENTRY (StopEntry, StopStub)
 GEN_ENTRY (DestroyEntry, DestroyStub)
 GEN_ENTRY (PrologueEntry, Prologue)

Variables

HelloWorld Self
ObjectEntry ObjectEntryTable []


Function Documentation

void DestroyStub OReasonMessage *  reasonMsg  ) 
 

Definition at line 47 of file HelloWorldStub.cc.

References Self.

GEN_ENTRY PrologueEntry  ,
Prologue 
 

GEN_ENTRY DestroyEntry  ,
DestroyStub 
 

GEN_ENTRY StopEntry  ,
StopStub 
 

GEN_ENTRY StartEntry  ,
StartStub 
 

GEN_ENTRY InitEntry  ,
InitStub 
 

void InitStub OReasonMessage *  reasonMsg  ) 
 

Definition at line 23 of file HelloWorldStub.cc.

References Self.

void StartStub OReasonMessage *  reasonMsg  ) 
 

Definition at line 31 of file HelloWorldStub.cc.

References Self.

void StopStub OReasonMessage *  reasonMsg  ) 
 

Definition at line 39 of file HelloWorldStub.cc.

References Self.


Variable Documentation

ObjectEntry ObjectEntryTable[]
 

Initial value:

 {
    {oentryINIT,    (Entry)InitEntry},
    {oentrySTART,   (Entry)StartEntry},
    {oentrySTOP,        (Entry)StopEntry},
    {oentryDESTROY, (Entry)DestroyEntry},
    {UNDEF,         (Entry) ENTRY_UNDEF}
}

Definition at line 63 of file HelloWorldStub.cc.

HelloWorld Self
 

Definition at line 17 of file HelloWorldStub.cc.


Generated on Sun Dec 2 23:04:31 2007 for openSDK by  doxygen 1.3.9.1