#include "cacIO.h"
Definition at line 104 of file cacIO.h.
| caAccessRights::caAccessRights |
( |
bool |
readPermit = false, |
|
|
bool |
writePermit = false, |
|
|
bool |
operatorConfirmationRequest = false |
|
) |
| |
|
inline |
Definition at line 333 of file cacIO.h.
bool operatorConfirmationRequest() const
| void caAccessRights::clrOperatorConfirmationRequest |
( |
| ) |
|
|
inline |
Definition at line 363 of file cacIO.h.
365 this->f_operatorConfirmationRequest =
false;
| void caAccessRights::clrReadPermit |
( |
| ) |
|
|
inline |
Definition at line 353 of file cacIO.h.
355 this->f_readPermit =
false;
| void caAccessRights::clrWritePermit |
( |
| ) |
|
|
inline |
Definition at line 358 of file cacIO.h.
360 this->f_writePermit =
false;
| bool caAccessRights::operatorConfirmationRequest |
( |
| ) |
const |
|
inline |
Definition at line 378 of file cacIO.h.
380 return this->f_operatorConfirmationRequest;
| bool caAccessRights::readPermit |
( |
| ) |
const |
|
inline |
Definition at line 368 of file cacIO.h.
370 return this->f_readPermit;
| void caAccessRights::setOperatorConfirmationRequest |
( |
| ) |
|
|
inline |
Definition at line 348 of file cacIO.h.
350 this->f_operatorConfirmationRequest =
true;
| void caAccessRights::setReadPermit |
( |
| ) |
|
|
inline |
Definition at line 338 of file cacIO.h.
340 this->f_readPermit =
true;
| void caAccessRights::setWritePermit |
( |
| ) |
|
|
inline |
Definition at line 343 of file cacIO.h.
345 this->f_writePermit =
true;
| bool caAccessRights::writePermit |
( |
| ) |
const |
|
inline |
Definition at line 373 of file cacIO.h.
375 return this->f_writePermit;
The documentation for this class was generated from the following file: