hbp_nrp_cleserver.bibi_config.notificator module¶
This module implements an utility class for managing notifications during a simulation.
- 
class Notificator[source]¶
- Bases: - object- Notification manager for notification created during a simulation. - 
static notify(message, update_progress)[source]¶
- Forwards a notification to the currently registered notification function. - Parameters
- message – Title of the first subtask. Could be empty (example: loading Virtual Room). 
- update_progress – Boolean. Index of current subtask should be updated? (usually yes). 
 
 
 
- 
static