Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10545912
Message.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
301 B
Referenced Files
None
Subscribers
None
Message.h
View Options
#ifndef MESSAGE_HEADERFILE
#define MESSAGE_HEADERFILE
class
Message
{
private
:
bool
messageType
;
float
fMsg
;
int
iMsg
;
public
:
//Message();
Message
(
float
msg
);
Message
(
int
msg
);
bool
isMsgFloat
();
bool
isMsgInt
();
bool
getMsg
(
float
*
msg
);
bool
getMsg
(
int
*
msg
);
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, May 30, 11:35 PM (12 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
329858
Default Alt Text
Message.h (301 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment