/daq/libopc

To get this branch, use:
bzr branch http://darksoft.org/webbzr/daq/libopc

Viewing all changes in revision 38.

  • Committer: Suren A. Chilingaryan
  • Date: 2007-11-14 22:03:37 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%libopc--devel--0.1--patch-37
SoftSignals
    - New 'dsSoftSignal' class is implemented
        + Provides multiple sender signle receiver software signals which could
        be distributed from signal handler.
    - dsSignal, dsConnection, dsConnectionServer
        + Support for software signals (return from wait calls on a signal)
        + General support for POSIX signals (Block/Unblock/SetHandler)
        + Supported signals: SIGINT, SIGTERM, SIGTSTP, SIGCONT
        + SignalINT functions are removed in favor of POSIX signals
        + Windows equivalents are changed but not verified
    - dsBaseThread
        + Do not block SIGINT on run any more. This should be handled by setting appropriate signal mask
        in the calling thread prior to Run call (opc-server/main.c gives an excelent example).
    - dsTime
        + Missing "Const" modifiers are fixed
    - opc-server signal handling improvements
        + Making Ctrl+C work in gdb
    - Simple perl OPC client is provided
    - mod_opc
        + Apache 2.2 fix
    - Build System
        + Accept CFLAGS from environment

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: