Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1498403
Message.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
283 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
(
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
Sun, Mar 1, 10:28 PM (16 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283050
Default Alt Text
Message.h (283 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment