BaseTickTrigger Class

Class NotificationTimer. Implements the INotificationTrigger

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.Server.BaseTickTrigger
Namespace:  TwinCAT.Ads.Server
Assembly:  TwinCAT.Ads.SymbolicServer (in TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229

Syntax

C#

public class BaseTickTrigger : INotificationTrigger, 
    IObservable<long>

The BaseTickTrigger type exposes the following members.

Constructors

 

Name

Description

BaseTickTrigger

Initializes a new instance of the BaseTickTrigger class.

Methods

 

Name

Description

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

GetHashCode

Serves as the default hash function. (Inherited from Object.)

GetType

Gets the Type of the current instance. (Inherited from Object.)

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Subscribe

Subscribes the specified observer.

ToString

Returns a string that represents the current object. (Inherited from Object.)

Remarks

This observable creates a BaseTick Trigger for the AdsSymbolicServer. The observable long parameter is just a tick counter. The fired ticks are aquidistant as defined in the constructor.

Reference

TwinCAT.Ads.Server Namespace

TwinCAT.Ads.Server.INotificationTrigger