Variables

AccessRights Namespace Reference

Variables

const maci::AccessDescriptor INTROSPECT_MANAGER = 0x08000000
const maci::AccessDescriptor SHUTDOWN_SYSTEM = 0x04000000
const maci::AccessDescriptor REGISTER_COMPONENT = 0x02000000

Detailed Description

Predefined access rights.


Variable Documentation

Clients must have the INTROSPECT_MANAGER access right to be able to gain access to Manager's internal state. This access is usually given to administrator clients.

Clients must have the REGISTER_COMPONENT access right to be able to call Manager's register_component and unregister_component methods.

Clients must have the SHUTDOWN_SYSTEM access right to be able to call Manager's shutdown method, thus shutting down the entire control system.