|
|
ROFES: Real-Time CORBA for embedded systems |
IDL Compiler Options
- --c++-suffix
- Specify the suffix of stub implementation. The default suffix is
.cpp .
- --hh-suffix
- Specify the suffix of the stub header. The default suffix is
.h .
- --no-ami
- Creates the stub without the AMI support.
- --no-client
- Creates only the server stub.
- --no-server
- Creates only the client stub.
- --shared-lib
- Specify that the stub will be used as shared library. This option is only needed for Windows.
ORB Initialization
- -ORBDebugLevel
- Specify the debug level.
is a non-negative integer with greater values giving more debug output on stderr .
- -ORBNamingIOR
- Specify a stringified object reference to valid naming service. ROFES has not implemented an own naiming service, but ROFES can use the naming
services from other CORBA implementations (like MICO or TAO).
- -ORBGIOPVersion
- Spefify the default version of GIOP protocol. Currently supported versions are 1.0, 1.1, and 1.2.
-
- -ORBDefaultEndpoint
- Tells the ORB to listen for requests on the interface specified by
endpoint . The following interfaces are defined:
iiop
With this option the ORB uses the standard IIOP protocol.
sciiop
With this option the ORB uses the GIOP-based protocol for SCI.
caniop
With this option the ORB uses the EIOP-based protocol for CAN.
This is a server side option.
- -ORBSSLkey
- The
key file holds your key pair.
- -ORBSSLverify
- If specified the peer must supply a valid certificate, otherwise the connection setup will fail.
verify depth specifies how many
hops of the chain of certification authorities should be checked. By default the validity of the peer's certificate is not checked.
ROFES Documents and Articles
Online Documentation
This is code documentation automatically generated from ROFES source code. The documentation displayed is based on the "last known good tree". This online documenation is generated by the Doxygen tool.
S. Lankes, A. Jabs and T. Bemmerl:
Design and Performance of a CAN-based Connection-oriented Protocol for Real-Time CORBA, Journal of Systems and Software, Volume 77, Issue 1, July 2005, pp. 37-45
R. Finocchiaro, S. Lankes and A. Jabs: Design of a Real-Time CORBA Event Service customized for the CAN Bus, In Proceedings of the IEEE International Parallel and Distributed Processing Symposium (IPDPS 2004), 12th Workshop on Parallel and Distributed Real-Time System (WPDRTS 2004), Santa Fe, USA, April 2004
S. Lankes: Konzeption und Umsetzung einer echtzeitfähigen Verteilungsplattform für eingebettete Systeme, Shaker Verlag, ISBN 3-8322-2205-7, 2003
S. Lankes, A. Jabs and T. Bemmerl: Integration of a CAN-based Connection-oriented Communication Model into Real-Time CORBA, In Proceedings of the IEEE International Parallel and Distributed Processing Symposium (IPDPS 2003), 11th Workshop on Parallel and Distributed Real-Time Systems (WPDRTS 2003), Nice, France, April 2003
R. Finocchiaro: Design and Implementation of a Realtime CORBA Event Service with Support for a Realtime Network, Diploma Thesis, Lehsrtuhl für Betriebssysteme, RWTH Aachen, October 2002
S. Lankes, M. Reke and A. Jabs: A Time-Triggered Ethernet Protocol for Real-Time CORBA , In the 5th IEEE International Symposium on Object-Oriented Real-Time Distributed Computing (ISORC 2002), Washington DC, USA, April 2002
S. Lankes, M. Pfeiffer and T. Bemmerl: Design and Implementation of a SCI-based Real-Time CORBA, In the 4th IEEE International Symposium on Object-Oriented Real-Time Distributed Computing (ISORC 2001), Magdeburg, Germany, May 2001
M. Reke: Entwicklung und Implementierung eines Netzwerkkarten-Treibers sowohl unter Linux als auch RTLinux zur Realisierung eines echtzeitfähigen Netzwerkprotokolls, Diploma Thesis (in German), Lehrstuhl für Betriebssysteme, RWTH Aachen, February 2001
Other Documents
M. Dormanns, S. Lankes, T. Bemmerl, G. Bolz, and E. Pfeiffle: Parallelization of an Airline Flight-Scheduling Module on a SCI-Coupled NUMA Shared Memory Cluster, High Performance Computing Systems and Applications (HPCS), Kingston, Canada, June 1999
S. M. Paas, M. Dormanns, T. Bemmerl, K. Scholtyssik and S. Lankes: Computing on a Cluster of PCs: Project Overview and Early Experiences, 1. Workshop Cluster-Computing, published as: Technical Report CSR-97-05, Dept. of Comp. Science, TU Chemnitz, 1997
Real-Time CORBA 1.1
OMG specification
Real-Time CORBA 1.0
OMG specification
minimumCORBA
OMG specification
CORBA 3.0 Specification
OMG specification
CORBA 2.6 Specification
OMG specification
Dynamic Scheduling Final Adopted specification
OMG specification
|
|
|