 |
ALPHA-VISION® Bdc: AddDcLogLocal
|
AddDcLogLocal
SUMMARY
A new record is added to the DC-Log, but not distributed to other operator
stations.
SYNTAX
AddDcLogLocal(
<room, text, user>);
ARGUMENTS
- room (type:string)
-
The room the damage is reported for.
- text (type:string)
-
The description of the damage.
- user (type:string)
-
The user who reported the damage.
DESCRIPTION
Effect
A new record is added to the (_DCLOG.DBF) DC-Log.
Opposite to
AddDcLog the new data
record is not distributed to other stations. That is useful for
automatically reported damages, since those are distributed to all
stations via the Data-Objects by VisuNT.
EXAMPLES
AddDcLogLocal("S IV 13", "Fire reported", "Fire-Detector_13");
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times