Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-1-software-lab-1
/
0509_team3
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
임준영
2019-05-12 20:13:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61c66b82a0bb67065cfcefbf9545d02c8799da85
61c66b82
1 parent
ad72b1c1
change evaluate.h
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
constellation/constellation/evaluate.h
constellation/constellation/evaluate.h
View file @
61c66b8
...
...
@@ -8,6 +8,7 @@ public:
Cevaluate
()
{};
char
*
DecodedData
;
// from the receiver
char
*
Data
;
// from the sender
float
*
At
,
*
Bt
,
*
At_
,
*
Bt_
;
void
evaluate
();
};
#endif
...
...
Please
register
or
login
to post a comment