TMsvCondition Class Reference

#include <mw/msvsysagentaction.h>

Link against: schsend.lib

class TMsvCondition

Detailed Description

Defines a condition which a Publish and Subscribe Uid must satisfy.

See also: RProperty

Member Attribute Documentation

iState

TInt iState

Integer state of corresponding P&S variable to be tested against

iType

type of test to be performed

iVariable

TUid iVariable

second UID of the process which set the condition

Member Enumeration Documentation

Enum TMsvSchSendConditionType

An enumeration defining the type of test to be made against a Publish and Subscribe property.

EnumeratorValueDescription
EMsvSchSendEquals

Tests that a value is equal to a state variable value.

EMsvSchSendNotEquals

Tests that a value is unequal to a state variable value.

EMsvSchSendGreaterThan

Tests that a value is greater than a state variable value.

EMsvSchSendLessThan

Tests that a value is less than a state variable value.