Introduction
ExpertSystemInterface is a new package defining a generic
interface in order to communicate with instances of the Expert
System.
Content
The package contains:
- IDL interface definition (module es, interface ExpertSystem)
for communication over IPC/CORBA;
- The daq::es::ExpertSystemInterface pure virtual
interface defining the Expert System functionality;
- The daq::es::RemoteES class, implementation of the daq::es::ExpertSystemInterface
interface for an Expert System that can be contacted over
IPC/CORBA.
Libraries
- C++ - libes_Interface.so;
- Java: - ESInterface.jar (it contains only the classes
automatically generated from the IDL definitions).