#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 [] |
|
|
Definition at line 47 of file HelloWorldStub.cc. References Self. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 23 of file HelloWorldStub.cc. References Self. |
|
|
Definition at line 31 of file HelloWorldStub.cc. References Self. |
|
|
Definition at line 39 of file HelloWorldStub.cc. References Self. |
|
|
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. |
|
|
Definition at line 17 of file HelloWorldStub.cc. |
1.3.9.1