Static Public Attributes

com.cosylab.acs.maci.AccessRights Interface Reference

List of all members.

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

Detailed Description

Predefined access rights values.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@

Member Data 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.

final int com.cosylab.acs.maci.AccessRights.NONE = 0x00000000 [static]

None.

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.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties