icetGetSingleImageStrategyName -- retrieve single image sub-strategy name.
Contents
Bugs
None known.
Copyright
Copyright (C)2010 Sandia Corporation
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software.
This source code is released under the New BSD License.
Description
icetGetSingleImageStrategyName retrieves a human-readable name for the current single image sub-strategy.
Errors
None.
Name
icetGetSingleImageStrategyName--retrievesingleimagesub-strategyname.
Notes
The string returned does not contain the identifier used in a C program. For example, if the current
single image strategy is ICET_SINGLE_IMAGE_STRATEGY_BSWAP, icetGetSingleImageStrategyName returns
``Binary Swap,'' not ``ICET_SINGLE_IMAGE_STRATEGY_BSWAP.''
Return Value
Returns a short, null terminated string identifying the single image strategy currently in effect.
Helpful for printing out debugging or diagnostic statements.
See Also
icetGetStrategyName(3), icetSingleImageStrategy(3) IceT Reference August 23, 2010 icetGetSingleImageStrategyName(3)
Synopsis
#include <IceT.h>
const char *icetGetSingleImageStrategyName( void );
Warnings
None.
