page generated on
21.11.2024
-
04:45
|
struct | ADS |
| Defines an Alarm Definition Structure. contains largely static information pertaining to a specific alarm code More...
|
|
struct | ALM_THRESHOLDS |
| Defines a TINE Alarm Watch Threshold struct More...
|
|
struct | AMS |
| Defines an Alarm Message Structure More...
|
|
struct | ClnInfo |
| Structure containing information about the current caller accessing the equipment module (available on the server side only). More...
|
|
struct | ConTblInfo |
| Connection table parameters More...
|
|
struct | DBLDBL |
| a double-double doublet data object, which can be used to carry e.g. a data point. More...
|
|
struct | DBLDBLDBL |
| a 3 * 32-bit double value triplet More...
|
|
struct | DGSPECTRUM |
| doocs GSPECTRUM type: Never tested. More...
|
|
struct | DIMAGE |
| The IMAGE data type object More...
|
|
struct | DMDA |
| A multi-dimensional (up to 6 dimensions) array object More...
|
|
struct | DSPECTRUM |
| The famous doocs SPECTRUM. A USTRING header followed by an array of floats. Due to the unfixed float array this type is NOT blitable More...
|
|
struct | DUSTRING |
| the famous doocs USTRING More...
|
|
struct | ExpDataStruct |
| Structure which is used to map a EqmContext/ExportName to a FecName/EqmName. More...
|
|
struct | FecAddrStruct |
| Structure which contains the FEC address information More...
|
|
struct | FecDataStruct |
| Structure which contains the FEC address information More...
|
|
struct | FLTFLT |
| a float-float doublet data object, which can be used to carry e.g. a data point. More...
|
|
struct | FLTFLTINT |
| a float + float + 32-bit integer triplet More...
|
|
struct | FLTINT |
| a float-integer doublet data object More...
|
|
struct | FLTINTINT |
| a float + 32-bit integer + 32-bit integer triplet More...
|
|
struct | HistorySpecification |
| Defines a TINE History Specification Structure. More...
|
|
struct | INTFLTFLTFLT |
| a 32-bit integer + 3 * float triplet More...
|
|
struct | INTFLTINT |
| a 32-bit integer + float + 32-bit integer triplet More...
|
|
struct | INTINT |
| a 32-bit integer-integer doublet data object More...
|
|
struct | INTINTFLTFLT |
| a 2 * 32-bit integer + 2 *float value quad More...
|
|
struct | INTINTINT |
| a 3 * 32-bit integer triplet More...
|
|
struct | INTINTINTINT |
| a 4 * 32-bit integer quad More...
|
|
struct | NAME16 |
| a 16-character fixed-length string data object More...
|
|
struct | NAME16DBLDBL |
| a 16-character fixed-length string data object + double value + double value triplet More...
|
|
struct | NAME16FI |
| a 16-character fixed-length string data object + float + 32-bit integer triplet More...
|
|
struct | NAME16I |
| a 16-character fixed-length string data object + 32-bit integer doublet More...
|
|
struct | NAME16II |
| a 16-character fixed-length string data object + 32-bit integer + 32-bit integer triplet More...
|
|
struct | NAME32 |
| a 32-character fixed-length string data object More...
|
|
struct | NAME32DBLDBL |
| a 32-character fixed-length string data object + double value + double value triplet More...
|
|
struct | NAME32I |
| a 32-character fixed-length string data object + 32-bit integer doublet More...
|
|
struct | NAME48 |
| a 48-character fixed-length string data object More...
|
|
struct | NAME48I |
| a 48-character fixed-length string data object + 32-bit integer doublet More...
|
|
struct | NAME64 |
| a 64-character fixed-length string data object More...
|
|
struct | NAME64DBL |
| a 64-character fixed-length string data object + double value doublet More...
|
|
struct | NAME64DBLDBL |
| a 64-character fixed-length string data object + double value + double value triplet More...
|
|
struct | NAME64DBLDBLDBL |
| a 64-character fixed-length string data object + 3 * double value quad More...
|
|
struct | NAME64I |
| a 64-character fixed-length string data object + 32-bit integer doublet More...
|
|
struct | NAME8 |
| an 8-character fixed-length string data object More...
|
|
struct | NAME8I |
| an 8-character fixed-length string data object + 32-bit integer doublet More...
|
|
struct | PrpQueryStruct |
| Defines the definitive (non-legacy) property query structure More...
|
|
class | TAlarms |
| Offers various methods to obtain alarm information from both control system servers and central alarm servers More...
|
|
class | TDataType |
| TINE Data Type object: All data transfered client between and server must be contained in a TDataType object. More...
|
|
class | TEquipmentModule |
| TEquipmentModule is the a TINE server's equipment module class.
More...
|
|
class | THistory |
| Offers various methods to obtain archived data from both control system servers and central archivers. More...
|
|
struct | TImageFrameHeader |
| The Image Frame Header structure More...
|
|
struct | TImageHeader |
| The full IMAGE Header containing relevate image frame information. More...
|
|
struct | TImageSourceHeader |
| Tine Image Source Header struct More...
|
|
class | TKernel |
| TKernel is the TINE Kernel (singleton) class, whose static methods are used to manage the TINE engine. More...
|
|
class | TLink |
| Defines a connection between the local client and the remote server's targeted end point More...
|
|
class | TQuery |
| TQuery is a singleton class offering static methods to acquire information from the control system elements. More...
|
|
struct | TraceHS |
| Trace Header Structure use for scope trace data More...
|
|
class | TTaggedStruct |
| Represents a TINE tagged structure. More...
|
|
class | TTrace |
| A Class which acquires and manages scope trace information More...
|
|
char[] IP
IP address as string
Definition: tine.cs:5006
byte alarmDataArraySize
alarm data array length
Definition: tine.cs:4264
Offers various methods to obtain alarm information from both control system servers and central alarm...
Definition: tine.cs:10166
Structure which is used to map a EqmContext/ExportName to a FecName/EqmName.
Definition: tine.cs:4948
Int32 archiveRate
archive rate in sec
Definition: tine.cs:4626
byte prpFormat
the default output data format accepted for this property
Definition: tine.cs:4899
static Int32 RegisterDeviceName(String eqm, String devName, Int32 devNr)
Assigns a device name to the specified device number.
Definition: tine.cs:12159
TImageHeader header
The frame header information for this image
Definition: tine.cs:1300
unsafe TDataType(ref NAME32 data)
makes a TDataType from the referenced NAME32
Definition: tine.cs:6459
Provides specific information concerning the archive source (CENTRAL or LOCAL) used in the archived d...
Definition: tine.cs:10716
char[] expName
eqm function name
Definition: tine.cs:5078
TDataType(int dataSize, byte dataFmt, string dataTag)
Makes a new TDataType based on the parameters given
Definition: tine.cs:7063
Int32 GetData(ref double data)
Gets the data from the underlying data object and assigns it to the referenced double
Definition: tine.cs:7155
UInt32 alarmCode
alarm code ID
Definition: tine.cs:4069
unsafe TDataType(ref NAME64 data)
makes a TDataType from the referenced NAME64
Definition: tine.cs:6451
char[] prpName
the property name
Definition: tine.cs:4842
TTaggedStruct(object tstruct, string tstag)
The primary constructor for a TINE tagged structure.
Definition: tine.cs:13162
unsafe TDataType(ref INTINT data)
makes a TDataType from the referenced INTINT
Definition: tine.cs:6491
a 32-bit integer + float + 32-bit integer triplet
Definition: tine.cs:2424
static Int32 GetFecLogDepth()
Retrieves the current setting for the maximum number of log entries in the FEC process's log file.
Definition: tine.cs:11798
int SavePropertyValues(string property, string device, object values)
Saves the values in the give 'values' object with the property and device provides.
Definition: tine.cs:13606
UInt16 counter
this client's counts remaining in subscription(s)
Definition: tine.cs:4768
Connection table parameters
Definition: tine.cs:5072
Represents a TINE tagged structure.
Definition: tine.cs:13106
char[] strAdr
IP address as string
Definition: tine.cs:5050
TKernel is the TINE Kernel (singleton) class, whose static methods are used to manage the TINE engine...
Definition: tine.cs:11598
unsafe TDataType(ref NAME64DBLDBL data)
makes a TDataType from the referenced NAME64DBLDBL
Definition: tine.cs:6555
SCKADR addr
this client's ip address
Definition: tine.cs:4778
static byte GetTineFormat(Object data)
gets the TINE data format code for the object passed
Definition: tine.cs:5271
Int32 heartbeat
archive heartbeat in sec
Definition: tine.cs:4638
double GetCompletionSystemStamp()
The system stamp assigned to the returned data
Definition: tine.cs:8669
UInt16 prpHistoryDepthLong
the depth of the long term history kept for this property
Definition: tine.cs:4895
int SetAlarm(Int32 devNr, UInt32 almCode)
Inserts an alarm into the local alarm server table.
Definition: tine.cs:13649
byte[] IPXImmediateAddress
IPX addr info (or internal)
Definition: tine.cs:5001
static double[] GetXAxis(Object data, int len)
Returns an array of double values suitable for use as the X-axis values in a plot
Definition: tine.cs:5553
byte[] netAdr
IPX addr info (or internal)
Definition: tine.cs:5040
Int32 depthShort
for short term storage
Definition: tine.cs:4630
byte alarmOscillationWindowPinned
binary: 0 = not pinned
Definition: tine.cs:4122
Int32 PutData(DIMAGE data)
assigns the input DIMAGE data to the underlying TDatatype data object
Definition: tine.cs:7395
static UInt32 EncodeLinkFlagsForAcop(UInt16 access, UInt16 mode)
Combines at TINE access code and a TINE transfer mode code into a single 'link flags' value for use i...
Definition: tine.cs:8439
static double ParseTineTimeString(String value)
Makes a UTC double from the give string input
Definition: tine.cs:11936
void SetReferenceTimestamp(double referenceTimestamp)
assigns the given timestamp to the reference trace
Definition: tine.cs:12652
Int32 hiwarnsev
high warning severity
Definition: tine.cs:3986
void SetCompletion(string statusString)
Sets the error string to accompany the current server call
Definition: tine.cs:14023
unsafe TDataType(ref UInt32 data)
makes a TDataType from the referenced unsigned int
Definition: tine.cs:6386
unsafe TDataType(ref DUSTRING data)
makes a TDataType from the referenced DUSTRING
Definition: tine.cs:6603
Int32 codeLow
alarm code to apply in lieu of value too low
Definition: tine.cs:4038
static Int32 RegisterFecInformation(String fecName, String defaultSubSystem, String defaultContext, String fecDescription, String fecLocation, String attachedHardware, String responsible)
Assigns a FEC Name and descriptive information to the server process. With this call,...
Definition: tine.cs:12027
Int32 lowarnsev
low warning severity
Definition: tine.cs:3994
static void SetUseStandardHistoryFiles(Boolean value)
Turns on so-called standard non-fragmented (worst-case) local history files
Definition: tine.cs:12291
int DeviceFormat
canonical data format for the trace data
Definition: tine.cs:1378
unsafe TDataType(ref Int64 data)
makes a TDataType from the referenced signed long
Definition: tine.cs:6428
static void StopServices()
Explicity shuts down the TINE engine (not something you want to be doing very often).
Definition: tine.cs:11861
UInt32 starttime
this client's start of initial subscription
Definition: tine.cs:4764
string GetDescription()
the device description as a string
Definition: tine.cs:1438
Structure containing information about the current caller accessing the equipment module (available o...
Definition: tine.cs:4750
static void SetDataTimeStamp(double timestamp)
Sets the intrinsic data timestamp to the value given.
Definition: tine.cs:11876
unsafe TDataType(ref NAME64DBL data)
makes a TDataType from the referenced NAME64DBL
Definition: tine.cs:6523
int AppendAlarmWatchTable(string prp, string dev, Int32 siz, Int32 fmt, Int32 atyp, Int32 sev, Int32 sys, ref ALM_THRESHOLDS thr)
Inserts a property to be monitored into the local alarm server's Watch Table.
Definition: tine.cs:13870
TLink GetReferenceLink()
Returns the embedded TINE Link representing the reference trace
Definition: tine.cs:12528
static String GetDelimiter()
Gets the string separation to use when the 'ToString' method of compound data types is used.
Definition: tine.cs:6005
a 3 * 32-bit double value triplet
Definition: tine.cs:2636
char[] FecName
FEC Name
Definition: tine.cs:4954
unsafe TDataType(ref INTINTINTINT data)
makes a TDataType from the referenced INTINTINTINT
Definition: tine.cs:6595
static String[] GetDataAsStringArray(Object data)
Returns an array of strings representing the given data object
Definition: tine.cs:6020
Int32 losev
low severity
Definition: tine.cs:3990
static Int32 InitializeServer()
Initializes the TINE server engine.
Definition: tine.cs:11838
UInt32 alarmMask
alarm mask
Definition: tine.cs:4089
TTrace(String context, String server)
Contructs a Trace object but does not begin monitoring
Definition: tine.cs:12597
void SetQueueDepth(int queueLength)
Sets the client-side receive queue depth
Definition: tine.cs:9020
static String[] GetStockProperties()
Retrieves a list of available stock properties
Definition: tine.cs:9254
Int32 ScheduleProperty(string property)
Schedules the given property for immediate delivery to all attached clients.
Definition: tine.cs:14003
Int32 codeHigh
alarm code to apply in lieu of value_too_high
Definition: tine.cs:4030
UInt32 alarmCode
alarm code ID
Definition: tine.cs:4244
Int32 cnt
number successive threshold exceeded before applying alarm
Definition: tine.cs:3978
String getName()
either "central" or "local"
Definition: tine.cs:10747
Int32 depthLong
for long term storage
Definition: tine.cs:4634
TLink GetAverageLink()
Returns the embedded TINE Link representing the trace average
Definition: tine.cs:12546
a 32-character fixed-length string data object
Definition: tine.cs:1591
unsafe TDataType(ref NAME16I data)
makes a TDataType from the referenced NAME16I
Definition: tine.cs:6539
unsafe TDataType(ref INTFLTINT data)
makes a TDataType from the referenced INTFLTINT
Definition: tine.cs:6571
char[] dataText
text description for alarm data contents
Definition: tine.cs:4287
Int32 codeLowWarn
alarm code to apply in lieu of warn_too_low
Definition: tine.cs:4042
int Execute(UInt16 mode, UInt32 timeout)
Executes a synchronous link.
Definition: tine.cs:8627
unsafe TDataType(ref NAME32DBLDBL data)
makes a TDataType from the referenced NAME32DBLDBL
Definition: tine.cs:6563
char[] DeviceName
device name responsible for the trace
Definition: tine.cs:1369
static int MakeSystemDataStamp()
A server will automatically obtain and update the cannonical system data stamp for its context if a C...
Definition: tine.cs:11927
static Int32 AssignBufferSpace(UInt32 clnRcvBufferSpace, UInt32 srvRcvBufferSpace, UInt32 clnSndBufferSpace, UInt32 srvSndBufferSpace)
Assigns specific buffer capacity for certain configurable TINE sockets.
Definition: tine.cs:11728
Int32 GetData(Object data, int length, int offset)
Gets the data from the underlying data object and assigns it to the object given
Definition: tine.cs:7224
string GetDeviceName()
the device name as a string
Definition: tine.cs:1446
int Close()
Closes a TLink.
Definition: tine.cs:9005
static Int32 RegisterPropertyInformation(String eqm, String prpName, TDataType dtOut, TDataType dtIn, UInt16 accessMode, UInt16 arrayType, UInt16 rowLength, String prpDescription, Int32 prpId, String redirectionTarget)
Assigns pertinent information for the specified property.
Definition: tine.cs:12095
UInt32 sizeIn
data array size down
Definition: tine.cs:5115
Int32 GetData(ref float data)
Gets the data from the underlying data object and assigns it to the referenced float
Definition: tine.cs:7143
byte[] alarmData
alarm data (if any)
Definition: tine.cs:4094
static double[] GetYAxis(Object data, int len)
Returns an array of double values suitable for use as the Y-axis values in a plot
Definition: tine.cs:5633
unsafe TDataType(ref FLTFLTINT data)
makes a TDataType from the referenced FLTFLTINT
Definition: tine.cs:6579
the famous doocs USTRING
Definition: tine.cs:3072
float PlotMaxY
y axis plot maximum setting
Definition: tine.cs:1403
Int32 tineProtocol
tine protocol level (highest level accepted)
Definition: tine.cs:5062
float[] GetAverage()
Returns the current trace average.
Definition: tine.cs:12758
float hiwarn
high threshold warning (approaching high threshold)
Definition: tine.cs:4002
UInt32 starttimeUSec
alarm starttime (micro-seconds part)
Definition: tine.cs:4085
char[] strTagIn
eqm structure tag down
Definition: tine.cs:5124
String GetYAxisUnits()
Returns the Y Axis units
Definition: tine.cs:12980
short linkStatus
current link status
Definition: tine.cs:5157
unsafe TDataType(ref Int16 data)
makes a TDataType from the referenced signed short
Definition: tine.cs:6372
UInt16 prpHistoryDepthShort
the depth of the short term history kept for this property
Definition: tine.cs:4891
char[] userName
this client's user name
Definition: tine.cs:4774
static void SetSystemDataStamp(int value)
A server will automatically obtain and update the cannonical system data stamp for its context if a C...
Definition: tine.cs:11951
static int GetArchivedData(String context, String server, String property, String device, double start, double stop, Object data, HstSrc src, uint timeout, Boolean extendedRange)
Gets archived data (trend) for the parameters given over the time range specified.
Definition: tine.cs:11511
byte[] frameBuffer
The internal frame buffer containing the frame bytes for this image
Definition: tine.cs:1308
char[] rhsServerName
Remote Server Name
Definition: tine.cs:4651
Trace Header Structure use for scope trace data
Definition: tine.cs:1363
UInt32 prpSizeIn
the maximum allowed size of an input data set associated with the property
Definition: tine.cs:4883
Int32 normalIsAlarm
apply a NOT to the 'normal value'
Definition: tine.cs:4022
int GetDataFormat()
Gets the tine data format assigned to the underlying data.
Definition: tine.cs:7724
static void StartServices()
Required call for the TINE engine to function property.
Definition: tine.cs:11853
char[] UnitsX
x axis units
Definition: tine.cs:1399
float prpMinValue
the lower limit of valid data associated with the property
Definition: tine.cs:4871
String[] GetDataAsStringArray()
Returns an array of strings representing the current data object
Definition: tine.cs:6274
a float + 32-bit integer + 32-bit integer triplet
Definition: tine.cs:2530
short access
data access
Definition: tine.cs:5103
int preTrigger
pre trigger time offset
Definition: tine.cs:1386
float prpMaxValue
the upper limit of valid data associated with the property
Definition: tine.cs:4875
byte prpFormatIn
is the default input data format accepted for this property
Definition: tine.cs:4903
unsafe TDataType(ref DBLDBL data)
makes a TDataType from the referenced DBLDBL
Definition: tine.cs:6507
Int32 PutData(Object data, int row, int length, int offset)
assigns the input (double array) data object to the underlying TDatatype data object
Definition: tine.cs:7609
float aTolerance
absolute tolerance
Definition: tine.cs:4646
static Int32 GetPortOffset(String fecName)
Obtains the FEC port offset appropriate for the give FEC name.
Definition: tine.cs:12049
static int GetPropertyInformation(string dev, string prp, ref PrpQueryStruct[] pqs, ref int num)
Returns a list of property query information struct associated with the specified device server,...
Definition: tine.cs:9408
UInt32 mask
if non-zero -> apply mask and check vs. normal value
Definition: tine.cs:4014
Int32 inetProtocol
inet protocol (UDP, TCP, IPX, MMF, PIPE, etc.)
Definition: tine.cs:5058
Int32 code
alarm code to apply in lieu of invalid_index
Definition: tine.cs:4026
static String[] GetSystemContexts()
Retrieves a list of server contexts via query to the Equipment Name Server.
Definition: tine.cs:9157
float hi
high threshold
Definition: tine.cs:3998
static Int32 SetDeviceZPosition(String eqm, String devName, float zposition)
Assigns an Z-position to a registered device
Definition: tine.cs:12225
Int32 codeHighWarn
alarm code to apply in lieu of warn_too_high
Definition: tine.cs:4034
int SetAlarm(string devName, UInt32 almCode, String tag, object almData, byte almFlags)
Inserts an alarm into the local alarm server table.
Definition: tine.cs:13772
unsafe TDataType(ref FLTFLT data)
makes a TDataType from the referenced FLTFLT
Definition: tine.cs:6499
static Int32 FecLog(string text)
Appends the given text to the FEC process's log file.
Definition: tine.cs:11773
static String[] GetSystemProperties(String server, ref Boolean hasDeviceQueryPrecedence, PropertyQueryType flags)
Retrieves a list of properties via query to the server given.
Definition: tine.cs:9295
void SetDataTimeStamp(double timestamp)
Sets the current data timestamp (as a UTC double) to the underlying data.
Definition: tine.cs:7694
TDataType(Array data)
Makes a TDataType from the array object given
Definition: tine.cs:6873
TDataType GetOutputDataType()
Returns the output TDataType object.
Definition: tine.cs:8482
static void FlushFecAddrCache()
Flushes the current client-side address cache, redirection table and black list
Definition: tine.cs:9038
static ExclusiveHistorySource GetExclusiveHistorySource()
Gets the current exclusive history source setting
Definition: tine.cs:10838
int RegisterPropertyInformation(string property, TDataType dout, TDataType din, UInt16 acc, UInt16 atype, int rowLength, string dsc, int propId, string rdr)
Assigns pertinent information for the specified property.
Definition: tine.cs:13562
float GetTracePlotMaximum()
Returns the Y Axis maximum setting
Definition: tine.cs:12989
A multi-dimensional (up to 6 dimensions) array object
Definition: tine.cs:3706
Int32 PutData()
assigns the referenced data object to the underlying TDatatype data object
Definition: tine.cs:7405
static UInt32 SetWorkAreaSize(UInt32 sizeInBytes)
Sets the server-side work area size which is coupled to the maximum transport size for supported by a...
Definition: tine.cs:11674
a 32-character fixed-length string data object + double value + double value triplet
Definition: tine.cs:2310
int Attach(UInt32 mode, TLinkCallback cb, Int32 accessRate)
Initiates an asynchronous link.
Definition: tine.cs:8831
char[] prpTag
the data tag for output data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
Definition: tine.cs:4857
static void SetHistoryDeactivateOnError(Boolean value)
Turns local history decactivation on error on or off
Definition: tine.cs:12271
UInt16 alarmSystem
alarm system ID (0 -> use registered default)
Definition: tine.cs:4252
a 3 * 32-bit integer triplet
Definition: tine.cs:2583
int GetSourceType()
either CENTRAL or LOCAL
Definition: tine.cs:10739
double GetDataTimeStamp()
Gets the current data timestamp (as a UTC double) associated with the underlying data.
Definition: tine.cs:7689
Int32 ScheduleProperty(string property, Int32 scope)
Schedules the given property for immediate delivery to all attached clients according scope specified...
Definition: tine.cs:13987
a 64-character fixed-length string data object + 3 * double value quad
Definition: tine.cs:3005
Int32 reserved
tine protocol level (highest level accepted)
Definition: tine.cs:5066
char[] Reserved
reserved space
Definition: tine.cs:1417
a 16-character fixed-length string data object + double value + double value triplet
Definition: tine.cs:2253
short tineProtocol
this client's tine protocol level
Definition: tine.cs:4786
static void SetExclusiveHistorySource(ExclusiveHistorySource value)
Sets the current exclusive history source setting
Definition: tine.cs:10846
unsafe TDataType(ref FLTINT data)
makes a TDataType from the referenced FLTINT
Definition: tine.cs:6483
static String GetHistoryFilesRepository()
The current local history file repository
Definition: tine.cs:12241
TQuery is a singleton class offering static methods to acquire information from the control system el...
Definition: tine.cs:9148
a 16-character fixed-length string data object
Definition: tine.cs:1561
Int32 GetData(ref UInt16 data)
Gets the data from the underlying data object and assigns it to the referenced unsigned signed short
Definition: tine.cs:7107
float OffsetX
x axis offset
Definition: tine.cs:1394
static Int32 SetDeviceRegion(String eqm, String devName, String region)
Assigns an alarm region to a registered device
Definition: tine.cs:12192
a 48-character fixed-length string data object
Definition: tine.cs:1621
char[] device
device name
Definition: tine.cs:4060
static Int32 SetDeviceDescription(String eqm, String devName, String description)
Assigns a description to a registered device
Definition: tine.cs:12170
a 16-character fixed-length string data object + float + 32-bit integer triplet
Definition: tine.cs:2140
UInt32 heartbeat
used by subscriptions
Definition: tine.cs:5137
unsafe TDataType(ref UInt64 data)
makes a TDataType from the referenced unsigned long
Definition: tine.cs:6414
delegate void TLinkCallback(TLink lnk)
A callback delegate to be called when the associated TLink needs to notify the caller that a data or ...
unsafe TDataType(ref NAME64I data)
makes a TDataType from the referenced NAME64I
Definition: tine.cs:6515
unsafe TDataType(ref NAME16FI data)
makes a TDataType from the referenced NAMEFI
Definition: tine.cs:6547
float[] GetReference()
Returns the current reference trace.
Definition: tine.cs:12746
byte alarmDataFormat
alarm data format (simple code)
Definition: tine.cs:4098
void ClearReference()
clears the currently assigned reference trace.
Definition: tine.cs:12741
byte[] IPh_addr
IP haddr (byte representation)
Definition: tine.cs:5011
byte alarmOscillationWindowPinned
binary: 0 = not pinned
Definition: tine.cs:4272
Int32 pollingRate
polling rate in msec
Definition: tine.cs:4622
static int GetSystemDataStamp()
Provides the last established system data stamp
Definition: tine.cs:11915
The IMAGE data type object
Definition: tine.cs:1294
byte prpAccess
the allowed data access for this property (either CA_READ, CA_WRITE or both)
Definition: tine.cs:4907
Defines a TINE Alarm Watch Threshold struct
Definition: tine.cs:3973
char[] FecName
FEC Name
Definition: tine.cs:4986
Int32 GetData(ref UInt32 data)
Gets the data from the underlying data object and assigns it to the referenced unsigned int
Definition: tine.cs:7131
float[] GetTrace()
Returns the current trace
Definition: tine.cs:12769
a 4 * 32-bit integer quad
Definition: tine.cs:2752
Int32 hisev
high severity
Definition: tine.cs:3982
Int32 pollingRate
this client's requested polling rate
Definition: tine.cs:4760
UInt16 alarmSystem
alarm system ID (0 -> use registered default)
Definition: tine.cs:4114
String GetTraceStatusString()
Returns the current trace link status as a string
Definition: tine.cs:12610
an 8-character fixed-length string data object
Definition: tine.cs:1531
TraceHS(Boolean register)
create and register an instance of TraceHS
Definition: tine.cs:1463
void ClearAlarm(Int32 devNr)
Instructs the local alarm server table that the given alarm is to be cleared.
Definition: tine.cs:13800
static String[] GetChannelNames(Object data, int len)
Returns an array of strings providing suitable channel name labels according to the data object passe...
Definition: tine.cs:5693
int SetAlarm(string devName, UInt32 almCode, object almData, byte almFlags)
Inserts an alarm into the local alarm server table.
Definition: tine.cs:13741
int counter
current subscription counter
Definition: tine.cs:5153
static Int32 SetDeviceLocation(String eqm, String devName, String location)
Assigns a location to a registered device
Definition: tine.cs:12181
static int GetArchivedData(String context, String server, String property, String device, int index, int fieldindex, int sample, double start, double stop, Object data, HstSrc src, uint timeout, Boolean extendedRange)
Gets archived data (trend) for the parameters given over the time range specified.
Definition: tine.cs:11478
int GetCompletionDataSize()
The size (array length) of the returned data
Definition: tine.cs:8642
int GetTraceLength()
Returns the length of the trace
Definition: tine.cs:13094
doocs GSPECTRUM type: Never tested.
Definition: tine.cs:3392
TDataType()
Makes a CF_NULL TDataType
Definition: tine.cs:6864
static Int32 RegisterFecInformation(String fecName, String defaultSubSystem, String defaultContext, String fecDescription, String fecLocation, String attachedHardware, String responsible, UInt16 portOffset)
Assigns a FEC Name and descriptive information to the server process.
Definition: tine.cs:11993
UInt32 timestampUSec
current alarm time (micro-seconds part)
Definition: tine.cs:4077
double GetCompletionDataTimeStamp()
The timestamp of the returned data
Definition: tine.cs:8651
static double MakeDataTimeStamp()
Makes a data timestamp according to the current system time.
Definition: tine.cs:11901
Int32 GetDeviceNumber(string device, string property)
Returns the registered device number for the device name and property given.
Definition: tine.cs:13939
unsafe TDataType(ref double data)
makes a TDataType from the referenced double passed
Definition: tine.cs:6330
UInt32 frameBufferSize
The internal frame buffer size, giving the maximum frame size
Definition: tine.cs:1304
unsafe TDataType(ref NAME16 data)
makes a TDataType from the referenced NAME16
Definition: tine.cs:6467
static double GetUtcNow()
Returns the current UTC time (seconds since 1970) as a double (with fractional seconds).
Definition: tine.cs:11608
char[] devName
eqm device name
Definition: tine.cs:5088
a double-double doublet data object, which can be used to carry e.g. a data point.
Definition: tine.cs:1817
Int32 GetStatus()
The current link status as an integer value.
Definition: tine.cs:8496
UInt32 normal
normal valid data value
Definition: tine.cs:4018
unsafe TDataType(ref UInt16 data)
makes a TDataType from the referenced unigned short
Definition: tine.cs:6358
char[] prpRedirection
a redirection string if the property is redirected to another server
Definition: tine.cs:4852
String GetXAxisUnits()
Returns the X Axis units
Definition: tine.cs:12971
int Execute(UInt32 timeout)
Executes a synchronous link.
Definition: tine.cs:8613
static String[] GetDataAsStringArray(Object data, int precision)
Returns an array of strings representing the given data object
Definition: tine.cs:6030
byte descriptor
current alarm descriptor
Definition: tine.cs:4110
TDataType(Array data, int offset, int length)
Makes a TDataType from the array object given
Definition: tine.cs:6919
A Class which acquires and manages scope trace information
Definition: tine.cs:12492
Int32 GetData(ref Int32 data)
Gets the data from the underlying data object and assigns it to the referenced signed int
Definition: tine.cs:7119
Defines a TINE History Specification Structure.
Definition: tine.cs:4617
TTrace(String context, String server, String device, String property)
Contructs a Trace object but does not begin monitoring
Definition: tine.cs:12560
UInt32 prpSize
the maximum allowed size of an output data set associated with the property
Definition: tine.cs:4879
unsafe TDataType(ref NAME32I data)
makes a TDataType from the referenced NAME32I
Definition: tine.cs:6531
float GetTracePlotMinimum()
Returns the Y Axis minimum setting
Definition: tine.cs:12998
unsafe TDataType(ref Int32 data)
makes a TDataType from the referenced signed int
Definition: tine.cs:6400
static UInt32 GetWorkAreaSize()
Gets the server-side work area size which is coupled to the maximum transport size for supported by a...
Definition: tine.cs:11690
int dtimestampMSEC
arriving TINE timestamp (msec fraction)
Definition: tine.cs:5149
Int32 PutData(Object data)
assigns the input data object to the underlying TDatatype data object
Definition: tine.cs:7415
short formatIn
eqp data format down
Definition: tine.cs:5107
static String[] GetSystemProperties(String server, ref Boolean hasDeviceQueryPrecedence)
Retrieves a list of properties via query to the server given.
Definition: tine.cs:9236
unsafe ClnInfo GetCallerInformation()
Returns a ClnInfo structure containing relevant information of the current caller of this equipment m...
Definition: tine.cs:13964
static Int32 SrvLog(string filename, string tag, string text)
Appends the given text to the designated log file.
Definition: tine.cs:11820
float lo
low threshold
Definition: tine.cs:4006
Defines a connection between the local client and the remote server's targeted end point
Definition: tine.cs:8423
a 64-character fixed-length string data object
Definition: tine.cs:1651
byte alarmOscillationWindow
alarm oscillation window (in clear counts)
Definition: tine.cs:4118
UInt32 starttime
alarm starttime (seconds part)
Definition: tine.cs:4081
UInt16 rowSize
the size of a row in an array property
Definition: tine.cs:4932
void SetSystemStamp(Int32 sysStamp)
Sets the current system stamp to the underlying data.
Definition: tine.cs:7704
string GetDataTag()
Gets the data tag assigned to the underlying data. (e.g. structure or bitfield tag).
Definition: tine.cs:7730
int Attach(string devName, string devProperty, TDataType dout, TDataType din, UInt16 access, Int32 accessRate, TLinkCallback cb, UInt32 mode, UInt32 cbId, IntPtr cbRef)
Initiates an asynchronous link based exclusively on the calling parameters, irrespective of those ass...
Definition: tine.cs:8762
static void SetDelimiter(String value)
Sets the string separation to use when the 'ToString' method of compound data types is used.
Definition: tine.cs:6010
Int32 inetProtocol
inet protocol (UDP, TCP, IPX, MMF, PIPE, etc.)
Definition: tine.cs:5019
char[] prpUnits
a string containing the natural units of the data returned by the property
Definition: tine.cs:4867
static int GetArchivedDataSnapshot(String context, String server, String property, String device, [In, Out] double targetTime, Object data, int fieldindex)
Gets archived data for the parameters given at the time specified
Definition: tine.cs:11531
a 32-bit integer-integer doublet data object
Definition: tine.cs:1728
TEquipmentModule(string exp, string eqm, Int32 ndev, CallHandler hndlr, FcnDispatch ini, FcnDispatch bkg, Int32 bkgInterval, FcnDispatch exi)
Primary constructor for an equipment module object.
Definition: tine.cs:13507
unsafe TDataType(ref FLTINTINT data)
makes a TDataType from the referenced FLTINTINT
Definition: tine.cs:6587
a 32-character fixed-length string data object + 32-bit integer doublet
Definition: tine.cs:1956
void SetDataTag(string tag)
Sets the data tag assigned to the underlying data. (e.g. structure or bitfield tag).
Definition: tine.cs:7741
TEquipmentModule is the a TINE server's equipment module class.
Definition: tine.cs:13434
UInt16 numRows
the number of rows in an array property
Definition: tine.cs:4928
String[] GetChannelNames()
Returns an array of strings providing suitable channel name labels according to the current data obje...
Definition: tine.cs:6282
static Int32 AssignBufferSpace(UInt32 rcvBufferSpace, UInt32 sndBufferSpace)
Assigns specific buffer capacity for certain configurable TINE sockets.
Definition: tine.cs:11757
static String GetHistoryStaticFilesRepository()
The current static local history file repository Local history files located in this area will not be...
Definition: tine.cs:12262
short formatOut
eqp data format up
Definition: tine.cs:5111
UInt32 prpNumOverloads
the number of overloads associated with this property name
Definition: tine.cs:4887
char[] context
eqm context
Definition: tine.cs:5093
UInt32 GetAccessMode()
The assigned access mode (e.g. CM_SINGLE, CM_TIMER, CM_DATACHANGE).
Definition: tine.cs:8509
char[] prpTagIn
the data tag for input data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
Definition: tine.cs:4862
TINE Data Type object: All data transfered client between and server must be contained in a TDataType...
Definition: tine.cs:5253
Int32 GetData(Object data)
Gets the data from the underlying data object and assigns it to the object given
Definition: tine.cs:7167
UInt32 timestamp
current alarm time (seconds part)
Definition: tine.cs:4073
float[] GetXAxis()
Returns the X-Axis appropriate to the trace
Definition: tine.cs:12939
static String[] GetDataAsStringArray(Object data, int precision, Boolean primaryValueOnly)
Returns an array of strings representing the given data object
Definition: tine.cs:6072
static object MakeDataObject(ushort fmt, int siz, String tag)
Makes a data (array) object of the given type of the given array size and tine format
Definition: tine.cs:5459
char[] prpDescription
the property description
Definition: tine.cs:4847
char[] fecName
FEC Name
Definition: tine.cs:5035
Defines the definitive (non-legacy) property query structure
Definition: tine.cs:4836
static String[] GetSystemProperties(String server)
Retrieves a list of properties via query to the server given.
Definition: tine.cs:9212
int getNumberOfPoints()
Number of stored points in the time range
Definition: tine.cs:10763
char[] UnitsY
y axis units
Definition: tine.cs:1412
Int32 portOffset
port offset (applied to all listening ports)
Definition: tine.cs:5054
float PlotMinY
y axis plot minimum setting
Definition: tine.cs:1407
static String[] GetSystemDevices(String server, String property, ref Boolean hasPropertyQueryPrecedence)
Retrieves a list of device names associated with a given property via query to the server specified.
Definition: tine.cs:9361
static byte GetTineFormat(Type type)
gets the TINE data format code for the Type passed
Definition: tine.cs:5280
string GetUnitsY()
the y axis units as a string
Definition: tine.cs:1430
int ArraySize
trace spectrum array size
Definition: tine.cs:1382
float GetXOffset()
Returns the X Axis offset
Definition: tine.cs:12920
double GetReferenceTimestamp()
Returns the reference timestamp
Definition: tine.cs:12639
static String[] GetSystemDevices(String server, String property)
Retrieves a list of device names associated with a given property via query to the server specified.
Definition: tine.cs:9336
float pTolerance
percent tolerance
Definition: tine.cs:4642
unsafe TDataType(DIMAGE[] data)
makes a TDataType from the DIMAGE array
Definition: tine.cs:6611
string GetUnitsX()
the x axis units as a string
Definition: tine.cs:1422
char[] strTagOut
eqm structure tag up
Definition: tine.cs:5129
an 8-character fixed-length string data object + 32-bit integer doublet
Definition: tine.cs:1864
int GetTraceStatus()
Returns the current trace link status
Definition: tine.cs:12604
static double[] GetYAxis(Object data)
Returns an array of double values suitable for use as the Y-axis values in a plot
Definition: tine.cs:5602
int AppendHistoryInformation(string prp, string dev, Int32 len, Int32 fmt, Int32 idx, ref HistorySpecification hspec)
Inserts a local history element into the local history server.
Definition: tine.cs:13891
float rngMinValue
the lower limit of x-axis range associated with the property
Definition: tine.cs:4920
Defines an Alarm Message Structure
Definition: tine.cs:4049
char[] rngUnits
a string containing the natural units of the x-axis (range) in case of a spectrum type array
Definition: tine.cs:4916
char[] deviceText
text description for device type
Definition: tine.cs:4282
a 64-character fixed-length string data object + double value doublet
Definition: tine.cs:2094
static void SetExcludePointsOfInterest(Boolean value)
Turns local history points of interest data taking on or off
Definition: tine.cs:12279
char[] ExportName
Export Name
Definition: tine.cs:4964
Int32 GetDeviceNumber(string device)
Returns the registered device number for the device name given.
Definition: tine.cs:13917
int SetNotificationTolerance(float toleranceAbsolute, float tolerancePercent, Int32 offset, Int32 length, Int32 flags)
Definition: tine.cs:8910
a 64-character fixed-length string data object + 32-bit integer doublet
Definition: tine.cs:2048
int getNumberOfPointsAlternate()
Number of stored points in the time range from the alternate source
Definition: tine.cs:10771
static void SetHistoryStaticFilesRepository(String path)
Establishes the static local history file repository. Local history files located in this area will n...
Definition: tine.cs:12252
a 2 * 32-bit integer + 2 *float value quad
Definition: tine.cs:2822
int SetAlarm(Int32 devNr, UInt32 almCode, object almData, byte almFlags)
Inserts an alarm into the local alarm server table.
Definition: tine.cs:13681
Defines an Alarm Definition Structure. contains largely static information pertaining to a specific a...
Definition: tine.cs:4237
static double[] GetXAxis(Object data)
Returns an array of double values suitable for use as the X-axis values in a plot
Definition: tine.cs:5533
char[] EqmName
Equipment name
Definition: tine.cs:4969
Int32 GetData(ref Int16 data)
Gets the data from the underlying data object and assigns it to the referenced signed short
Definition: tine.cs:7095
Structure which contains the FEC address information
Definition: tine.cs:5029
static void SetCommonQueueDepth(int queueLength)
Sets the client-side receive queue depth setting for all links
Definition: tine.cs:9031
TLink(string devName, string devProperty, TDataType dout, TDataType din, UInt16 access)
Establishes a link endpoint to the targeted server.
Definition: tine.cs:9078
UInt32 starttime
entry into table (used by subscriptions)
Definition: tine.cs:5141
Structure which contains the FEC address information
Definition: tine.cs:4980
TDataType GetInputDataType()
Returns the input TDataType object.
Definition: tine.cs:8488
Int32 tineProtocol
tine protocol level (highest level accepted)
Definition: tine.cs:5023
a float-integer doublet data object
Definition: tine.cs:1681
int SetAlarm(Int32 devNr, UInt32 almCode, String tag, object almData, byte almFlags)
Inserts an alarm into the local alarm server table.
Definition: tine.cs:13711
String[] GetProperties(String devName, String devProperty)
Returns a list of associated trace properties
Definition: tine.cs:13018
Int32 GetSystemStamp()
Gets the current system stamp (e.g. event/cycle number) associated with the underlying data.
Definition: tine.cs:7699
byte alarmDataFormat
alarm data format (simple code)
Definition: tine.cs:4260
short ncontracts
this client's total number of contracts
Definition: tine.cs:4782
int SetAlarm(Int32 devNr, UInt32 almCode, String tag)
Inserts an alarm into the local alarm server table.
Definition: tine.cs:13664
void SetDataArrayLength(UInt32 len)
Assigns the given array length to the underlying data.
Definition: tine.cs:7715
Int32 GetLinkId()
Gets the associated link ID for this TLink instance;
Definition: tine.cs:8540
static void SetFecLogDepth(Int32 depth)
Sets the approximate maximum number of log entries in the FEC process's log file.
Definition: tine.cs:11790
void SetReferenceTrace(float[] reference, double referenceTimestamp)
Specifies a reference trace
Definition: tine.cs:12630
static void SetHistoryFilesRepository(String path)
Establishes the local history file repository.
Definition: tine.cs:12233
byte alarmDataArraySize
alarm data array length
Definition: tine.cs:4102
void RemoveAlarm(string devName, UInt32 almCode)
Instructs the local alarm server table that the given alarm is to be marked for removal.
Definition: tine.cs:13831
char[] EqmContext
EqmContext
Definition: tine.cs:4974
Offers various methods to obtain archived data from both control system servers and central archivers...
Definition: tine.cs:10710
char[] DeviceDesc
description of the device
Definition: tine.cs:1374
a 16-character fixed-length string data object + 32-bit integer + 32-bit integer triplet
Definition: tine.cs:2196
double GetTraceTimestamp()
Returns the current trace timestamp
Definition: tine.cs:12779
Boolean? SchedulePropertyLazy
get/set the ScheduleProperty 'lazy' setting
Definition: tine.cs:14010
Int32 GetPropertyId(string property)
Returns the registered property identification number for the property entered.
Definition: tine.cs:13945
Int16 alarmSeverity
alarm severity (0 - 15)
Definition: tine.cs:4256
float ScaleX
x axis scale
Definition: tine.cs:1390
static String GetDataAsString(Object data)
Returns a string representing the given data object
Definition: tine.cs:5935
int Execute(string devName, string devProperty, TDataType dout, TDataType din, Int16 access, UInt32 timeout)
Executes a synchronous link based exclusively on the calling parameters, irrespective of those assign...
Definition: tine.cs:8586
char[] SubSystem
sub-system name
Definition: tine.cs:4959
UInt16 mode
used by subscriptions
Definition: tine.cs:5099
int Attach(UInt32 mode, TLinkCallback cb)
Initiates an asynchronous link.
Definition: tine.cs:8808
byte[] IPXNetwork
IPX addr info (or internal)
Definition: tine.cs:4991
byte[] lclAdr
IPX addr info (or internal)
Definition: tine.cs:5045
Int32 portOffset
port offset (applied to all listening ports)
Definition: tine.cs:5015
UInt32 sizeOut
data array size up
Definition: tine.cs:5119
Int32 GetAccessRate()
The assigned access rate (or timeout parameter if a synchronous call is underway).
Definition: tine.cs:8503
UInt32 dtimestamp
arriving TINE timestamp
Definition: tine.cs:5145
UInt32 alarmMask
alarm mask
Definition: tine.cs:4248
char[] server
exported server name
Definition: tine.cs:4055
double GetCompletionDataStamp()
The user-supplied data stamp of the returned data
Definition: tine.cs:8660
int Attach(TLinkCallback cb)
Initiates an asynchronous link.
Definition: tine.cs:8788
a 16-character fixed-length string data object + 32-bit integer doublet
Definition: tine.cs:1910
int RestorePropertyValues(string property, object values)
Fills the given 'values' object with the last stored property values. The 'values' object passed shou...
Definition: tine.cs:13588
int getNumberReturned()
Number of points returned in the archive data acquisition
Definition: tine.cs:10797
int AppendAlarmInfoTable(ref ADS ads)
Inserts an alarm definition into the alarm definition table.
Definition: tine.cs:13847
char[] prpName
eqm property
Definition: tine.cs:5083
UInt32 pollingInterval
polling rate for connectioned clients
Definition: tine.cs:5133
String GetProperty()
Returns the device property addressed in this link.
Definition: tine.cs:8471
string GetStatusString()
The current link status as a string
Definition: tine.cs:9046
static double GetDataTimeStamp()
Provides the last established data timestamp.
Definition: tine.cs:11893
byte alarmOscillationWindow
alarm oscillation window (in clear counts)
Definition: tine.cs:4268
TDataType(Object data)
makes a TDataType from the .NET object passed
Definition: tine.cs:6689
The famous doocs SPECTRUM. A USTRING header followed by an array of floats. Due to the unfixed float ...
Definition: tine.cs:3223
a float-float doublet data object, which can be used to carry e.g. a data point.
Definition: tine.cs:1774
a 32-bit integer + 3 * float triplet
Definition: tine.cs:2689
int Execute()
Executes a synchronous link.
Definition: tine.cs:8600
int MonitorTrace(TTraceHandler myTraceHandler, Boolean scheduled, int pollingRate)
Begins monitoring the assigned trace parameters
Definition: tine.cs:12831
static String[] GetSystemServers(String context)
Retrieves a list of device servers via query to the Equipment Name Server.
Definition: tine.cs:9182
UInt16 accessMode
this client's requested access mode: CM_SINGLE, CM_DATACHANGE, CM_TIMER, etc.
Definition: tine.cs:4755
String getServer()
The server delivering the data
Definition: tine.cs:10755
int SetNotificationTolerance(float toleranceAbsolute, float tolerancePercent, Int32 flags)
Definition: tine.cs:8965
float rngMaxValue
the upper limit of x-axis range associated with the property
Definition: tine.cs:4924
String GetDeviceName()
Returns the device (module) name addressed in this link.
Definition: tine.cs:8465
unsafe TDataType(ref float data)
makes a TDataType from the referenced float passed
Definition: tine.cs:6344
TLink GetSequenceLink()
Returns the embedded TINE Link representing the trace sequence
Definition: tine.cs:12537
char[] alarmTag
short alarm tag
Definition: tine.cs:4065
static Int32 SetDeviceMask(String eqm, String devName, int mask)
Assigns a mask to a registered device
Definition: tine.cs:12203
static String[] GetChannelNames(Object data)
Returns an array of strings providing suitable channel name labels according to the data object passe...
Definition: tine.cs:5682
static object MakeDataObject(ushort fmt, int siz)
Makes a data (array) object of the given type of the given array size and tine format
Definition: tine.cs:5448
int SetNotificationTolerance(float toleranceAbsolute, float tolerancePercent)
Definition: tine.cs:8994
DIMAGE(int length)
Create an IMAGE data object with a frame buffer of the given length
Definition: tine.cs:1314
unsafe TDataType(ref NAME8 data)
makes a TDataType from the referenced NAME8
Definition: tine.cs:6475
char[] alarmText
long text description for alarm ta
Definition: tine.cs:4277
TTaggedStruct(object tstruct)
The primary constructor for a TINE tagged structure.
Definition: tine.cs:13137
a float + float + 32-bit integer triplet
Definition: tine.cs:2477
TTrace(String context, String server, String device)
Contructs a Trace object but does not begin monitoring
Definition: tine.cs:12587
void StopMonitor()
Stops all monitoring
Definition: tine.cs:12813
float[][] GetTraceSequence()
Returns a jagged double array containing the trace sequence.
Definition: tine.cs:12718
void SetReferenceTrace(float[] reference)
Specifies a reference trace
Definition: tine.cs:12620
char[] rhsPropertyName
Remote Property Name
Definition: tine.cs:4656
TLink GetTraceLink()
Returns the embedded TINE Link representing the trace
Definition: tine.cs:12519
unsafe TDataType(ref DIMAGE data)
makes a TDataType from the referenced DIMAGE
Definition: tine.cs:6634
int CallPropertyInSeparateThread(string property, Boolean value)
Determines whether the specified property is called in a separate handler thread or not.
Definition: tine.cs:13572
byte prpGraphType
is the preferred graph type for output data associated with this property, e.g. GT_LIN,...
Definition: tine.cs:4911
char[] url
url link to further information
Definition: tine.cs:4292
Int32 PutData(Object data, int length, int offset)
assigns the input data object to the underlying TDatatype data object
Definition: tine.cs:7430
short inetProtocol
this client's transport protocol: UDP, TCP, STREAM , etc.
Definition: tine.cs:4790
a 48-character fixed-length string data object + 32-bit integer doublet
Definition: tine.cs:2002
int RegisterDeviceName(String devName, Int32 devNr)
Assigns a device name to the specified device number.
Definition: tine.cs:13627
byte[] IPXNode
IPX addr info (or internal)
Definition: tine.cs:4996
void ClearAlarm(string devName)
Instructs the local alarm server table that the given alarm is to be cleared.
Definition: tine.cs:13815
float lowarn
low threshold warning (approaching low threshold)
Definition: tine.cs:4010
static Int32 SetDeviceOfflineStatus(String eqm, String devName, Boolean offline)
Assigns an offline status to a registered device
Definition: tine.cs:12214
int GetPreTriggerPosition()
Returns the pre-trigger postion of the trace
Definition: tine.cs:12911
byte severity
alarm severity (0 - 15)
Definition: tine.cs:4106
a 64-character fixed-length string data object + double value + double value triplet
Definition: tine.cs:2367
float GetScaleX()
Returns the X Axis scale factor
Definition: tine.cs:12929
UInt16 prpArrayType
the property array type (AT_NONE, AT_SCALAR, AT_CHANNEL, AT_SPECTRUM, etc.)
Definition: tine.cs:4936
Impressum
|
Imprint
|
Datenschutzerklaerung
|
Data Privacy Policy
|
Declaration of Accessibility
|
Erklaerung zur Barrierefreiheit
Generated for TINE API by
1.5.8