read module config and read hk working
This commit is contained in:
@ -21,6 +21,10 @@ int P60DockCookie::getBitrate(){
|
||||
return bitrate;
|
||||
}
|
||||
|
||||
void P60DockCookie::resetMessageType(){
|
||||
nextMessage = MESSAGE_NONE;
|
||||
}
|
||||
|
||||
void P60DockCookie::setPingMessage(){
|
||||
nextMessage = PING;
|
||||
}
|
||||
|
@ -29,6 +29,7 @@ public:
|
||||
void setReadModuleCfgMessage();
|
||||
void setReadHkMessage();
|
||||
MessageType_t getMessageType();
|
||||
void resetMessageType();
|
||||
|
||||
/* Message type defines the type of the next data transfer between the
|
||||
* CSP device and the OBC. */
|
||||
|
Reference in New Issue
Block a user