|
enum class | ConfigErrorCode : int32 {
None = 0
, UnspecifiedError = 1
, UnknownItem = 2
, IncompatibleType = 3
,
InvalidParameter = 4
, FileIoError = 5
} |
| The result code of a IPlcConfigService operation. More...
|
|
enum class | ConformanceCheckKind : int32 { None = 0
, Signed = 1
, SignedWithTimestamp = 2
} |
| The kind of conformance check that is used in the signature verification part of the integrity check. More...
|
|
enum class | IntegrityCheckMode : int32 { None = 0
, Disabled = 1
, Warning = 2
, Error = 3
} |
| The mode of the integrity check. More...
|
|
enum class | PlcConfigId : int32 { None = 0
, IntegrityCheckMode = 1
, ConformanceCheckKind = 2
, PlcRestartAfterWatchdogEnabled = 3
} |
| Collects all identifiers of the Plc config which are available by the IPlcConfigService. More...
|
|
enum class | PlcInfoId : int32 { None = 0
, ProjectName = 1
, AuthorizeDataAccess = 2
, ProjectIntegrityStatus = 3
} |
| Collects all identifiers of Plc informations to be read by IPlcInfoService. More...
|
|
|
ARP_EXPORT std::ostream & | operator<< (std::ostream &os, ConfigErrorCode value) |
|
ARP_EXPORT std::istream & | operator>> (std::istream &is, ConfigErrorCode &value) |
|
ARP_EXPORT std::ostream & | operator<< (std::ostream &os, ConformanceCheckKind value) |
|
ARP_EXPORT std::istream & | operator>> (std::istream &is, ConformanceCheckKind &value) |
|
ARP_EXPORT std::ostream & | operator<< (std::ostream &os, IntegrityCheckMode value) |
|
ARP_EXPORT std::istream & | operator>> (std::istream &is, IntegrityCheckMode &value) |
|
ARP_EXPORT std::ostream & | operator<< (std::ostream &os, PlcConfigId value) |
|
ARP_EXPORT std::istream & | operator>> (std::istream &is, PlcConfigId &value) |
|
ARP_EXPORT std::ostream & | operator<< (std::ostream &os, PlcInfoId value) |
|
ARP_EXPORT std::istream & | operator>> (std::istream &is, PlcInfoId &value) |
|
Namespace for services of the PLC domain