StampFrameId Class
Declaration
class simaai::neat::graph::nodes::StampFrameId { ... }
Included Headers
#include <StampFrameId.h>
Base class
| class | StageExecutor |
Public Member Functions Index
| void | set_ports (const StagePorts &ports) override |
| void | on_input (StageMsg &&msg, std::vector< StageOutMsg > &out) override |
Private Member Attributes Index
| std::unordered_map< std::string, std::int64_t > | next_id_ |
| PortId | out_port_ = kInvalidPort |
Definition at line 20 of file StampFrameId.h.
Public Member Functions
on_input()
| virtual |
Definition at line 23 of file StampFrameId.h.
set_ports()
| virtual |
Definition at line 22 of file StampFrameId.h.
Private Member Attributes
next_id_
|
Definition at line 26 of file StampFrameId.h.
26 std::unordered_map<std::string, std::int64_t> next_id_;
out_port_
|
Definition at line 27 of file StampFrameId.h.
27 PortId out_port_ = kInvalidPort;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.