'\" t .\" Manual page created with latex2man on Mon Sep 22 15:51:54 MDT 2014 .\" NOTE: This file is generated, DO NOT EDIT. .de Vb .ft CW .nf .. .de Ve .ft R .fi .. .TH "icetSetContext" "3" "August 9, 2010" "\fBIceT \fPReference" "\fBIceT \fPReference" .SH NAME \fBicetSetContext \-\- changes the current context.\fP .PP .SH Synopsis .PP #include .PP .TS H l l l . void \fBicetSetContext\fP( \fBIceTContext\fP \fIcontext\fP ); .TE .PP .SH Description .PP The \fBicetSetContext\fP function sets the \fBIceT \fPstate machine to work with the context defined by \fIcontext\fP and the state associated with it. Further calls to \fBIceT \fPfunctions will operate based on the state encapsulated in \fIcontext\fP\&. Changing the state of the context is a fast operation. .PP .SH Errors .PP .TP \fBICET_INVALID_VALUE\fP \fIcontext\fP is not valid. .PP .SH Warnings .PP None. .PP .SH Bugs .PP None known. .PP .SH Notes .PP The behavior of \fBicetSetContext\fP is somewhat indeterminate if \fIcontext\fP is not valid. Usually, an \fBICET_INVALID_VALUE\fP error will be raised, but it is possible that the context will be set to some other context. .PP .SH Copyright Copyright (C)2003 Sandia Corporation .PP Under the terms of Contract DE\-AC04\-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. .PP This source code is released under the New BSD License. .PP .SH See Also .PP \fIicetGetContext\fP(3), \fIicetCreateContext\fP(3), \fIicetCopyState\fP(3) .PP .\" NOTE: This file is generated, DO NOT EDIT.