Cyclone Automated Control Package
39
4.5.10 set_cyclonepromax_media_type
procedure set_cyclonepromax_media_type(new_media_type : byte);
void set_cyclonepromax_media_type(unsigned char
new_media_type);
void set_cyclonepromax_media_type(byte new_media_type);
Cyclone stand-
alone images may be stored on the Cyclone‟s internal
Flash memory or on an external memory card. This function selects one of
the two media types.
This affects all other functions in the library that deal with .SAP images
residing in the Cyclone. Below is a comprehensive list of affected
functions:
START_execute_all_commands
get_image_description
compare_image_with_file
erase_all_cyclone_images
add_image_to_cyclone
update_image_with_file
count_cyclonepromax_images
The above functions will use the selected media type until the next call to
set_cyclonepromax_media_type
. The Cyclone internal Flash is selected
by default.
@param new_media_type
Selects either the Cyclone internal flash or
external memory card. Valid values are:
Media_Flash
Media_CompactFlash