Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1493864
Bunch_Module.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
900 B
Referenced Files
None
Subscribers
None
Bunch_Module.h
View Options
#ifndef BUNCH_HEADERFILE
#define BUNCH_HEADERFILE
#include
"Module.h"
#define BUNCH_METHOD_NOT_SPECIFIED 0
#define BUNCH_SIMPLY_ADD 1
class
Bunch_Module
:
public
Module
{
private
:
unsigned
int
bunch_method
;
//private functions
void
Bunch_Module
::
initialize_bunch_module
(
unsigned
int
bunch_method
);
//bunch functions
unsigned
int
bunch_simply_add
(
unsigned
int
num_of_input
,
int
*
input
,
bool
*
input_is_valid
,
int
*
output
);
public
:
Bunch_Module
();
Bunch_Module
(
unsigned
int
bunch_method
);
Bunch_Module
(
char
*
name
,
unsigned
int
bunch_method
);
unsigned
int
bunch
(
unsigned
int
num_of_input
,
int
*
input
,
bool
*
input_is_valid
,
int
*
output
);
unsigned
int
bunch
(
unsigned
int
num_of_input
,
float
*
input
,
bool
*
input_is_valid
,
float
*
output
);
void
set_bunch_method
(
unsigned
int
bunch_method
);
unsigned
int
get_bunch_method
();
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 5:59 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287526
Default Alt Text
Bunch_Module.h (900 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment