MRAS
Multi Rocket Avionics System
Loading...
Searching...
No Matches
TransferWindowInitMsg.h
1//
2// Created by Tom Danvers on 04/02/2023.
3//
4
5#ifndef MRAS_TRANSFERWINDOWINITMSG_H
6#define MRAS_TRANSFERWINDOWINITMSG_H
7
8#include "TelemetryMessage.h"
9
18 TransferWindowInitMsg() : TelemetryMessage(TransferWindowInitMsg_t) {}
19};
20
21#endif //MRAS_TRANSFERWINDOWINITMSG_H
A base class for all telemetry messages.
Definition: TelemetryMessage.h:39
A message sent by the rocket to initiate a transfer window.
Definition: TransferWindowInitMsg.h:17