Ignore:
Timestamp:
03/23/12 11:28:01 (13 years ago)
Author:
tbretz
Message:
Shortened descriptions to make the datalogger more happy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimDescriptionService.cc

    r11837 r13195  
    8787        fData =
    8888            server + "/SERVICE_DESC"
    89             "=This service holds a descriptions for services or command "
    90             "and there arguments|Description[string]:For a detailed "
     89            "=Descriptions of services or commands and there arguments"
     90            "|Description[string]:For a detailed "
    9191            "explanation of the descriptive string see the class reference "
    9292            "of DimDescriptionService.\n" +
    9393            server + "/CLIENT_LIST"
    94             "=This is a native Dim service. It contains a list "
    95             "of all clients currently connected.\n" +
     94            "=Native Dim service: A list of all connected clients\n" +
    9695            server + "/VERSION_NUMBER"
    97             "=This is a native Dim service. It contains the version number "
    98             "of Dim in use and can be used to check if a client is connected."
     96            "=Native Dim service: Version number of Dim in use"
    9997            "|DimVer[int]:Version*100+Release (e.g. V19r17 = 1917)\n" +
    10098            server + "/EXIT"
    101             "=This is a native Dim service. It allows to exit the program "
     99            "=This is a native Dim command: It allows to exit the program "
    102100            "remotely. FACT++ programs use the given number as return code."
    103101            "|Rc[int]:Return code (42 will call exit() directly, 0x4242 will call abort() directly.\n" +
    104102            server + "/SERVICE_LIST"
    105             "=This is a native Dim service. It provides a list of all "
    106             "commands and services together with their formats currently "
    107             "provided by the server."
     103            "=Native Dim service: List of services, commands and formats"
    108104            "|ServiceList[string]:For details see the Dim manual.\n";
    109105    }
Note: See TracChangeset for help on using the changeset viewer.