mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: RAD-Gigastar 1 & 2: Add SFP flashing to bootloader pipelines
This commit is contained in:
committed by
Kyle Schwarz
parent
9c4323987f
commit
79ff19015a
@@ -10,8 +10,8 @@ namespace icsneo {
|
||||
|
||||
class ExtendedResponseMessage : public Message {
|
||||
public:
|
||||
ExtendedResponseMessage(ExtendedCommand cmd, ExtendedResponse resp = ExtendedResponse::OK)
|
||||
: Message(Message::Type::ExtendedResponse), command(cmd), response(resp) {}
|
||||
ExtendedResponseMessage(ExtendedCommand cmd, ExtendedResponse resp = ExtendedResponse::OK, const std::vector<uint8_t>& buf = {})
|
||||
: Message(Message::Type::ExtendedResponse), command(cmd), response(resp), data(buf) {}
|
||||
|
||||
const ExtendedCommand command;
|
||||
const ExtendedResponse response;
|
||||
|
||||
Reference in New Issue
Block a user