> If we choose ERIKA as an OSEK OS, so, the oo directory is OK, wo needn't to care other directories;
yes, confirmed. just check the ee.h include file in pkg, which includes the various files.
> If we want to expand to an autosar standard, we need to include the as directory.
Not really. We do not implement (yet) all specifications of AUTOSAR OS. So the as directory contains the parts of AUTOSAR currently implemented. there is not that much yet.
1).What's the usage of directory com?
Does it mean communication method? If so, what the difference between them and the IPCs (such as sem & event in oo)?
2).In the kernel,
sem--semaphore implementation used by FP, EDF, FRSH
So, I think sem isnot for oo, but for FP,EDF & FRSH. Beacuse in the os I found the implementation of sem and event in oo.
Is it right?
findfrienda wrote:
1).What's the usage of directory com?
Does it mean communication method? If so, what the difference between them and the IPCs (such as sem & event in oo)?
it contains the OSEK COM (as well as a CABS implementation...)
findfrienda wrote:
2).In the kernel,
sem--semaphore implementation used by FP, EDF, FRSH
So, I think sem isnot for oo, but for FP,EDF & FRSH. Beacuse in the os I found the implementation of sem and event in oo.
Is it right?