Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECSS Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AcubeSat-OBC
ECSS Services
Commits
1787ad1c
"...git@git.noc.ruhr-uni-bochum.de:makerspace/homepage.git" did not exist on "44f1862a96a6341836977cbe142c8ea0fe512bcc"
Unverified
Commit
1787ad1c
authored
6 years ago
by
Dimitrios Stoupis
Browse files
Options
Downloads
Patches
Plain Diff
Remove colons
parent
ec6865af
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inc/Services/MemoryManagementService.hpp
+6
-6
6 additions, 6 deletions
inc/Services/MemoryManagementService.hpp
with
6 additions
and
6 deletions
inc/Services/MemoryManagementService.hpp
+
6
−
6
View file @
1787ad1c
...
...
@@ -43,7 +43,7 @@ public:
*
* @details This function loads new values to memory data areas
* specified in the request
* @param request
:
Provide the received message as a parameter
* @param request Provide the received message as a parameter
* @todo Only allow aligned memory address to be start addresses
*/
void
loadRawData
(
Message
&
request
);
...
...
@@ -53,7 +53,7 @@ public:
*
* @details This function reads the raw data from the RAM memory and
* triggers a TM[6,6] report
* @param request
:
Provide the received message as a parameter
* @param request Provide the received message as a parameter
* @todo In later embedded version, implement error checking for address validity for
* different memory types
* @todo Only allow aligned memory address to be start addresses
...
...
@@ -65,7 +65,7 @@ public:
*
* @details This function reads the raw data from the specified memory and
* triggers a TM[6,10] report
* @param request
:
Provide the received message as a parameter
* @param request Provide the received message as a parameter
* @todo In later embedded version, implement error checking for address validity for
* different memory types
* @todo Only allow aligned memory address to be start addresses
...
...
@@ -79,15 +79,15 @@ private:
/**
* Check whether the provided address is valid or not, based on the defined limit values
*
* @param memId
:
The ID of the memory to check is passed
* @param address
:
Takes the address to be checked for validity
* @param memId The ID of the memory to check is passed
* @param address Takes the address to be checked for validity
*/
bool
addressValidator
(
MemoryManagementService
::
MemoryID
memId
,
uint64_t
address
);
/**
* Check if the provided memory ID is valid
*
* @param memId
:
The memory ID for validation
* @param memId The memory ID for validation
*/
bool
memoryIdValidator
(
MemoryManagementService
::
MemoryID
memId
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment