Internal functions used by openDAQ core. This interface should never be used in client SDK or module code.
More...
Inherits ObjectPtr< ISignalPrivate >.
Internal functions used by openDAQ core. This interface should never be used in client SDK or module code.
|
void | clearDomainSignalWithoutNotification () const |
| Sets the domain signal to null without notifying the domain signal.
|
|
void | enableKeepLastValue (daq::Bool enabled) const |
| Enable or disable keeping last data packet which is using by Signal method getLastValue More...
|
|
daq::StringPtr | getSignalSerializeId () const |
| Gets the signal serilized id. In local device the serilized id matached the signal global id. For remote id it is the signal id in the remote device. More...
|
|
◆ enableKeepLastValue()
void enableKeepLastValue |
( |
daq::Bool |
enabled | ) |
const |
|
inline |
Enable or disable keeping last data packet which is using by Signal method getLastValue
- Parameters
-
enabled | Option for enabling method getLastValue |
◆ getSignalSerializeId()
daq::StringPtr getSignalSerializeId |
( |
| ) |
const |
|
inline |
Gets the signal serilized id. In local device the serilized id matached the signal global id. For remote id it is the signal id in the remote device.
- Returns
- The signal serilized id.