Helper struct for output_selections
.
#include <drake/systems/primitives/selector.h>
Public Member Functions | |
template<typename Archive > | |
void | Serialize (Archive *a) |
Passes this object to an Archive. More... | |
Public Attributes | |
int | input_port_index {} |
The input port to use for this single output element. More... | |
int | input_offset {} |
The element offset within the given input port to use for this single output element. More... | |
void Serialize | ( | Archive * | a | ) |
Passes this object to an Archive.
Refer to YAML Serialization for background.
int input_offset {} |
The element offset within the given input port to use for this single output element.
int input_port_index {} |
The input port to use for this single output element.