Definition at line 613 of file SimpleNode.hpp.
Public Member Functions | |
dwStatus | isVirtual (bool *) override |
dwStatus | setDataEventReadCallback (DataEventReadCallback) override |
dwStatus | setDataEventWriteCallback (DataEventWriteCallback) override |
dwStatus | start () override |
dwStatus | stop () override |
![]() | |
virtual dwStatus | getNextTimestamp (dwTime_t &nextTimestamp)=0 |
Get the next timestamp of the sensor. More... | |
virtual dwStatus | isVirtual (bool *isVirtualBool)=0 |
distinguishes between a live and virtual sensor More... | |
virtual dwStatus | setAffinityMask (uint)=0 |
Sets the affinity mask of the sensor. More... | |
virtual dwStatus | setDataEventReadCallback (DataEventReadCallback cb)=0 |
Set read timestamp function for dataset replay. Timestamps not in the sequence returned by the callback will be dropped. More... | |
virtual dwStatus | setDataEventWriteCallback (DataEventWriteCallback cb)=0 |
Set write timestamp function for live case. Each timestamp of data output from the node will be passed to this callback. More... | |
virtual dwStatus | setEndTime (dwTime_t)=0 |
Set end timestamp for dataset replay. More... | |
virtual dwStatus | setLockstepDeterministicMode (bool enable)=0 |
Set whether replay is running in lockstep deterministic mode. More... | |
virtual dwStatus | setStartTime (dwTime_t)=0 |
Set start timestamp for dataset replay. More... | |
virtual dwStatus | setThreadPriority (int)=0 |
Sets the thread priority of the sensor. More... | |
virtual dwStatus | start ()=0 |
Start the sensor. More... | |
virtual dwStatus | stop ()=0 |
Stop the sensor. More... | |
Static Public Attributes | |
static constexpr char | LOG_TAG [] = "SimpleSensorNode" |
Additional Inherited Members | |
![]() | |
using | DataEventReadCallback = dw::core::Function< bool(DataEvent &)> |
enum class | DataEventType { PRODUCE , DROP , NONE } |
using | DataEventWriteCallback = dw::core::Function< void(DataEvent)> |
|
inlineoverridevirtual |
Implements dw::framework::ISensorNode.
Definition at line 628 of file SimpleNode.hpp.
|
inlineoverridevirtual |
Implements dw::framework::ISensorNode.
Definition at line 633 of file SimpleNode.hpp.
|
inlineoverridevirtual |
Implements dw::framework::ISensorNode.
Definition at line 638 of file SimpleNode.hpp.
|
inlineoverridevirtual |
Implements dw::framework::ISensorNode.
Definition at line 618 of file SimpleNode.hpp.
|
inlineoverridevirtual |
Implements dw::framework::ISensorNode.
Definition at line 623 of file SimpleNode.hpp.
|
staticconstexpr |
Definition at line 616 of file SimpleNode.hpp.