Commit 51afb36314ac54bc78859616e2f78b341139c612

Authored by totoro
1 parent 977d6b04

move the logger_port definition into config/logger_config.anubis this avoid mult…

…iple definition when the file is use multiple time for generating multiple adm.
PLEASE BE SURE to create a folder config with logger_config.anubis in it with "public define Word32 logger_port = xxxxx. (xxxxx must be replace by the effective logger port)
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
net_services_protocols/logger_service.anubis
@@ -26,10 +26,10 @@ read calexium_lib/net_services/CXM_generic_protocol.anubis @@ -26,10 +26,10 @@ read calexium_lib/net_services/CXM_generic_protocol.anubis
26 // and you define a function named 'logger_port' which simply return the port number as an Word32. 26 // and you define a function named 'logger_port' which simply return the port number as an Word32.
27 // Example: 27 // Example:
28 // public define Word32 logger_port = 33610. 28 // public define Word32 logger_port = 33610.
29 - read logger_config.anubis 29 +read config/logger_config.anubis
30 30
31 // previous 'read' replaced by an empty declaration. Should be defined into main source file. 31 // previous 'read' replaced by an empty declaration. Should be defined into main source file.
32 -public define Word32 logger_port. 32 + public define Word32 logger_port.
33 33
34 public define Word32 logger_srv_version = 1. 34 public define Word32 logger_srv_version = 1.
35 35