Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > HWSim > HWSim__PingPong__HWDef
comparison SimParams.h @ 26:0deed3ee0b02
update comments for public viewing
| author | kshalle |
|---|---|
| date | Wed, 25 Feb 2015 15:20:16 -0800 |
| parents | 8d9d367e96f9 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:02c900fce960 | 3:ea8974789666 |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright 2011 OpenSourceStewardshipFoundation.org | 2 * Copyright 2011 OpenSourceResearchInstitute.org |
| 3 * Licensed under GNU General Public License version 2 | 3 * Licensed under GNU General Public License version 2 |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 #ifndef SIM_PARAMS_ | 6 #ifndef SIM_PARAMS_ |
| 7 #define SIM_PARAMS_ | 7 #define SIM_PARAMS_ |
| 13 #include "../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" | 13 #include "../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" |
| 14 #include "../C_Libraries/ParamHelper/Param.h" | 14 #include "../C_Libraries/ParamHelper/Param.h" |
| 15 | 15 |
| 16 | 16 |
| 17 //============================== Structures ============================== | 17 //============================== Structures ============================== |
| 18 //TODO: fill this in with real result values want to collect | |
| 18 typedef struct | 19 typedef struct |
| 19 { uint8 *guestApp; | 20 { uint8 *guestApp; |
| 20 uint8 *systemCode; | 21 uint8 *systemCode; |
| 21 int32 numNodes; | 22 int32 numNodes; |
| 22 } | 23 } |
