Skip to content

Commit

Permalink
WIP: Enhancement nasa#103 - updates to miniCmdUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC committed Jun 24, 2020
1 parent a0d1872 commit 8ad565c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Subsystems/cmdGui/MiniCmdUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(self,
cmdCode=None,
payload=None):
endians = {"BE": ">", "LE": "<"}
self.dataTypes = {"byte": 8, "half": 16, "long": 32}

self.host = host
self.port = port
Expand All @@ -65,5 +66,6 @@ def assemblePriHeader(self):
if self.hdrVer == 2:
totalPacketLen += len(self.ccsdsExt)


def assemblePayload(self):
pass

0 comments on commit 8ad565c

Please sign in to comment.