Changeset 13195 for trunk/FACT++
- Timestamp:
- 03/23/12 11:28:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimDescriptionService.cc
r11837 r13195 87 87 fData = 88 88 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 " 91 91 "explanation of the descriptive string see the class reference " 92 92 "of DimDescriptionService.\n" + 93 93 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" + 96 95 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" 99 97 "|DimVer[int]:Version*100+Release (e.g. V19r17 = 1917)\n" + 100 98 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 " 102 100 "remotely. FACT++ programs use the given number as return code." 103 101 "|Rc[int]:Return code (42 will call exit() directly, 0x4242 will call abort() directly.\n" + 104 102 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" 108 104 "|ServiceList[string]:For details see the Dim manual.\n"; 109 105 }
Note:
See TracChangeset
for help on using the changeset viewer.