class StationOperation : public nn::nex::Operation
Encapsulates station operations.
This operation is the base class for both JoinStationOperation
and LeaveStationOperation
.
You can get the pointer to this class by using the callbacks registered by Station::RegisterOperationBeginCallback
and Station::RegisterOperationEndCallback
.
Type
|
Enumerated type representing the types of operations called by the system. (Inherits Operation .) |
---|
GetTargetStation
|
Gets the station that is the target of this operation. | |
---|---|---|
PV |
GetType
|
Returns the type of this operation object. |
GetUserData
|
Gets user-defined values. (Inherits Operation .) |
|
SetUserData
|
Sets user-defined values. (Inherits Operation .) |
|
PV |
GetClassNameString
|
Gets the class name of this operation object. |
S |
DynamicCast
|
Uses runtime information for dynamic casting. (Inherits Operation .) |
S |
SetTraceFilter
|
Sets the callback function that specifies when to run traces on operation objects. (Inherits Operation .) |
nn::nex::RootObject
nn::nex::Operation
nn::nex::StationOperation
CONFIDENTIAL