Static Public Attributes | |
| static final int | NONE = 0x00000000 |
| static final int | INTROSPECT_MANAGER = 0x08000000 |
| static final int | SHUTDOWN_SYSTEM = 0x04000000 |
| static final int | REGISTER_COMPONENT = 0x02000000 |
Predefined access rights values.
final int com::cosylab::acs::maci::AccessRights::INTROSPECT_MANAGER = 0x08000000 [static] |
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.
final int com::cosylab::acs::maci::AccessRights::NONE = 0x00000000 [static] |
None.
final int com::cosylab::acs::maci::AccessRights::REGISTER_COMPONENT = 0x02000000 [static] |
Clients must have the REGISTER_COMPONENT access right to be able to call Manager's register_component and unregister_component methods.
final int com::cosylab::acs::maci::AccessRights::SHUTDOWN_SYSTEM = 0x04000000 [static] |
Clients must have the SHUTDOWN_SYSTEM access right to be able to call Manager's shutdown method, thus shutting down the entire control system.
1.6.2