UNPKG

node-test-bed-adapter

Version:

An adapter to connect a node.js application to the Test-bed's Common Information Space or Common Simulation Space.

19 lines (18 loc) 1.28 kB
export declare const AdminHeartbeatTopic = "system_admin_heartbeat"; export declare const HeartbeatTopic = "system_heartbeat"; export declare const LargeDataUpdateTopic = "system_large_data_update"; export declare const MapLayerUpdateTopic = "system_map_layer_update"; export declare const LogTopic = "system_logging"; export declare const TimeTopic = "simulation_time_mgmt"; export declare const TimeControlTopic = "simulation_time_control"; export declare const AccessInviteTopic = "system_topic_access_invite"; export declare const CreateTopicRequestTopic = "system_topic_create_request"; export declare const RemoveTopicRequestTopic = "system_topic_remove_request"; export declare const AccessRemoveTopic = "system_topic_remove"; export declare const TrialManagementPhaseMessageTopic = "system_tm_phase_message"; export declare const TrialManagementRolePlayerTopic = "system_tm_role_player"; export declare const TrialManagementSessionMgmtTopic = "simulation_session_mgmt"; export declare const ObserverToolAnswer = "system_observer_tool_answer"; export declare const RequestChangeOfTrialStage = "system_request_change_of_trial_stage"; export declare const CoreSubscribeTopics: string[]; export declare const CorePublishTopics: (usesLargeDataService?: boolean) => string[];