Added UDP LOgger
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -29,6 +29,17 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
//WARNING: Change values according to your local setup
|
||||
+LoggerService = {
|
||||
Class = PlainLoggerService //See note 1
|
||||
+UDPLogger = {
|
||||
Class = UDPLogger
|
||||
Address = "127.0.0.1" //MARTe2 LogView receiver address
|
||||
Port = 32767 //MARTe2 LogView receiver port
|
||||
Format = "EtOofFRmCP" //See note 2
|
||||
PrintKeys = 1 //This **must** be enabled, see note 3
|
||||
}
|
||||
}
|
||||
+WebRoot = {
|
||||
Class = "HttpObjectBrowser"
|
||||
Root = "."
|
||||
@@ -143,8 +154,8 @@
|
||||
Mode = "ExpectsReply"
|
||||
+Parameters = {
|
||||
Class = "ConfigurationDatabase"
|
||||
//param1 = "100"
|
||||
param1 = "-1" // param1 = "-1" Auto number
|
||||
// param1 = "51605"
|
||||
param1 = "-1" // "-1" Auto number
|
||||
}
|
||||
}
|
||||
+WriteEoWoMsg = {
|
||||
|
||||
Reference in New Issue
Block a user