EFOS Documents

EFOS comes with the good amount of documentation to aid the developer. EFOS Documentation is kept simple at the same time it gives all the information that a developer will ever need. This page gives information regarding the list of documents that comes along with EFOS.

EFOS Features

This document gives information about various EFOS features and how it can help in your development. This document is part of EFOS trial version that you can get from here
Click here to download EFOS features document.

EFOS User Guide

EFOS User guide gives a overview of different modules in the EFOS. It gives user level perspective how different modules of EFOS can be used. This document is part of EFOS Trial Version that you can get from here
Click here to download EFOS User Guide.

EFOS API Guide

This document gives information regarding the Application Programming Interfaces(APIs) available in EFOS. This document is part of EFOS Trial Version that you can get from here
Click here to download EFOS API Guide.

EFOS Examples

This document gives information about the examples that comes along with the EFOS. EFOS examples are exhaustive and illustrate the usage of almost all the EFOS APIs. This is a platform specific document and changes according to the platform being used. The one given below is specific to x86-Real Mode Host Implementation. EFOS Examples source code and this document is part of EFOS Trial Version that you can get from here


EFOS Wrapper

EFOS wrapper is used for creation and deletion of EFOS objects dynamically at the run-time. This document gives information regarding the philosophy behind the EFOS wrapper along with its source code. EFOS Wrapper source code and this document is part of the EFOS Trial Version that you can get from here


EFOS Utilities

EFOS utilities are bunch of useful utility functions built around EFOS. This document describes about those utilities along with the source code for the same. This document is part of the EFOS Trial Version that you can get from here

EFOS GUI Usage

EFOS comes with a Graphical User Interface that can be used for creation of EFOS objects. This document describes about how EFOS Graphical User Interface can be used for the creation of EFOS objects. This document is part of the EFOS Trial Version that you can get from here

EFOS app-morphic explained

EFOS is application morphic. Each application needs certain features from the Real Time Operating System it uses. We understand that needs of each application is different from that of others. EFOS is flexible and it is configurable to the needs of the application. This document explains about how EFOS can be configured depending upon needs of the application

EFOS Source Code Documentation

EFOS package comes with the full source-code of EFOS. EFOS source is well documented. The number of lines of comments in source code is much more than that of C/assembly source. On top of the comments in the source code this document explains every aspect of the source code.

EFOS Test Suite

EFOS package comes with the test-suite that we use for testing the EFOS for the release. EFOS Test-suite is designed to ensure that every line of the source code is tested. This document explains about the test-suite and how you can use it when you port EFOS to a new platform.