CanEasy COM-Help
|
Signal which is child of a message.
Used to interpret the raw message payload into a physical value. Changing the message payload the signal gets updated. Changing the signal value the message payload gets updated.
Definition at line 3509 of file cand_tlb.idl.
HRESULT CanEasy::ISignal::FilterPreCopy | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition | ||
) |
Activated PreCopy events. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
HRESULT CanEasy::ISignal::FilterPreTransmit | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition | ||
) |
Activated PreTransmit events. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
HRESULT CanEasy::ISignal::FilterRxConfirm | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition, | ||
VARIANT_BOOL | boAsynch | ||
) |
Deprecated: Activated RxConfirm events. Use TransmissionEvent instead. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
boAsynch | Should be set to true. If set to false the event is called from high prio transmission thread. |
HRESULT CanEasy::ISignal::FilterTxConfirm | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition, | ||
VARIANT_BOOL | boAsynch | ||
) |
Deprecated: Activated TxConfirm events. Use TransmissionEvent instead. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
boAsynch | Should be set to true. If set to false the event is called from high prio transmission thread. |
HRESULT CanEasy::ISignal::GetEntry | ( | [in] long | idx, |
[out] long * | pVal, | ||
[out] BSTR * | pEntryText | ||
) |
Deprecated: Returns a value table text by index.
If a value table is assigned you can get the raw value and description by index
idx | Index of the value table entry | |
[out] | pVal | Pointer to long getting the raw value |
[out] | pEntryText | Pointer BSTR getting description |
HRESULT CanEasy::ISignal::Send | ( | ) |
Transmits the message that contains this signal
|
getset |
Physical default/start value. If activated in setting CanEasy will write this value into the signal.
|
get |
Returns generic extension that can be registered for signals
|
get |
Returns true if this signal is a multiplexer
|
getset |
Physical maximum of the signal
|
getset |
Physical minimum of the signal
|
getset |
Activates/Deactivates PreCopy events
|
getset |
Activates/Deactivates PreTransmit events
|
get |
Returns the collection of ECUs receiving this signal
|
getset |
Deprecated: Activates/Deactivates RxConfirm events. Use TransmissionEvent instead.
|
getset |
Display type used in CanPanels (Slider, Edit, Checkbox, Combobox)
|
getset |
Deprecated: Value type of the signal. Use ValueTable instead.
|
get |
Returns the class to get transmission events.
Example: Use item.TransmissionEvent.Active = true to activate the events.
|
getset |
Deprecated: Activates/Deactivates TxConfirm events. Use TransmissionEvent instead.