Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1494557
abstraction_interface.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
463 B
Referenced Files
None
Subscribers
None
abstraction_interface.cpp
View Options
//GENERATED FILE
#include
"abstraction_interface.h"
#include
"abstraction_functions.h"
bool
abstract_interface
(
unsigned
int
abstraction_method
,
unsigned
int
num_of_mounted_slaveagents
,
bool
*
flag_input_data_int_is_in_use
,
int
*
input_data_int
,
unsigned
int
num_of_mounted_sensors
,
bool
*
flag_input_data_float_is_in_use
,
float
*
input_data_float
)
{
switch
(
abstraction_method
)
{
default
:
return
false
;
}
return
false
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 6:48 PM (18 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
280948
Default Alt Text
abstraction_interface.cpp (463 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment