nn::nex::StationOperation Class

Syntax

class StationOperation : public nn::nex::Operation

Description

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.

Enumerated Types

Type Enumerated type representing the types of operations called by the system. (Inherits Operation.)

Member Functions

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.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::Operation
    nn::nex::StationOperation

See Also

Station::RegisterOperationBeginCallback, Station::RegisterOperationEndCallback

Revision History

2012/05/25
Initial version.

CONFIDENTIAL