Docs @ Psychtoolbox Wiki : Gestalt

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

Revision [12114]

Last edited on 2010-12-06 10:28:14 by DocBot
Additions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m">beta</a> | view WebSVN <a href=
"http://svn.berlios.de/wsvn/osxptb/trunk/Psychtoolbox/PsychBasic/Gestalt.m?op=log">changelog</a> of trunk branch</span>
Deletions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m">beta</a> | view in <a href=
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m?view=markup">WebSVN with changelog</a></span>


Revision [10138]

Edited on 2010-09-09 15:26:24 by DocBot
Additions:
passed to the [[Gestalt]] Manager.
that already existed.
system heap.
version: '1.0.3.62269826'
major: 1
minor: 0
point: 3
build: 62269826
date: 'Dec 7 2004'
time: '17:10:26'
module: '[[Gestalt]]'
project: 'OpenGL Psychtoolbox'
os: 'Apple OS X'
language: 'MATLAB'
authors: [1x1 struct]
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m?view=markup">WebSVN with changelog</a></span>
Deletions:
passed to the [[Gestalt]] Manager.
that already existed.
system heap.
version: '1.0.3.62269826'
major: 1
minor: 0
point: 3
build: 62269826
date: 'Dec 7 2004'
time: '17:10:26'
module: '[[Gestalt]]'
project: 'OpenGL Psychtoolbox'
os: 'Apple OS X'
language: 'MATLAB'
authors: [1x1 struct]
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m?view=markup">WebSVN with changelog</a></span>


Revision [7557]

Edited on 2008-09-25 18:07:48 by DocBot
Additions:
""
<div class="code_header" style="text-align:right;">
<span style="float:left;">Path  </span> <span class="counter">Retrieve current version of Gestalt.m from berliOS: <a href=
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m">beta</a> | view in <a href=
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychBasic/Gestalt.m?view=markup">WebSVN with changelog</a></span>
</div>
<div class="code">
<code>Psychtoolbox/PsychBasic/Gestalt.m</code>
</div>
""
Deletions:
%%(php;Path)Psychtoolbox/PsychBasic/Gestalt.m%%


Revision [5163]

Edited on 2008-06-15 19:54:52 by DocBot
Additions:
==[[Psychtoolbox]] › [[PsychBasic]]==
gestaltBits = [[Gestalt]](selector)
[[Gestalt]] calls the eponymous Macintosh system function [[Gestalt]], a
computer. [[Gestalt]] accepts "selector", a four-character string identifying
For a list of four-character selector codes, see the Carbon [[Gestalt]]
If the call to Carbon [[Gestalt]] returns an error then MATLAB [[Gestalt]] returns
[[Gestalt]] error codes are:
passed to the [[Gestalt]] Manager.
that already existed.
system heap.
In MATLAB 6.0 and greater the Psychtoolbox supplies [[Gestalt]]. [[Gestalt]] is a
provided by MATLAB. The only differences between Psychtoolbox [[Gestalt]] and
MATLAB [[Gestalt]] are:
1. Psychtoolbox [[Gestalt]] returns a struct holding information about
"">>"" [[Gestalt]]('Version')
version: '1.0.3.62269826'
major: 1
minor: 0
point: 3
build: 62269826
date: 'Dec 7 2004'
time: '17:10:26'
module: '[[Gestalt]]'
project: 'OpenGL Psychtoolbox'
os: 'Apple OS X'
language: 'MATLAB'
authors: [1x1 struct]
2. Psychtoolbox [[Gestalt]] will return the error code in the event of any
[[Gestalt]] error. MATLAB [[Gestalt]] will return the error code in the
In MATLAB versions below 6.0 MATLAB supplies [[Gestalt]].
[[Gestalt]] does not exist in Windows.
Deletions:
==[[Psychtoolbox]] › PsychBasic==
gestaltBits = Gestalt(selector)
Gestalt calls the eponymous Macintosh system function Gestalt, a
computer. Gestalt accepts "selector", a four-character string identifying
For a list of four-character selector codes, see the Carbon Gestalt
If the call to Carbon Gestalt returns an error then MATLAB Gestalt returns
Gestalt error codes are:
passed to the Gestalt Manager.
that already existed.
system heap.
In MATLAB 6.0 and greater the Psychtoolbox supplies Gestalt. Gestalt is a
provided by MATLAB. The only differences between Psychtoolbox Gestalt and
MATLAB Gestalt are:
1. Psychtoolbox Gestalt returns a struct holding information about
"">>"" Gestalt('Version')
version: '1.0.3.62269826'
major: 1
minor: 0
point: 3
build: 62269826
date: 'Dec 7 2004'
time: '17:10:26'
module: 'Gestalt'
project: 'OpenGL Psychtoolbox'
os: 'Apple OS X'
language: 'MATLAB'
authors: [1x1 struct]
2. Psychtoolbox Gestalt will return the error code in the event of any
Gestalt error. MATLAB Gestalt will return the error code in the
In MATLAB versions below 6.0 MATLAB supplies Gestalt.
Gestalt does not exist in Windows.


Revision [2761]

Edited on 2008-03-21 03:22:59 by DocBot
Additions:
==[[Psychtoolbox]] › PsychBasic==
=== OS X ===
=== For example: ===
"">>"" Gestalt('Version')
=== OS 9 ===
=== WINDOWS ===
----
See also: [[Screen]]('Computer?'), MacModelName, AppleVersion
%%(php;Path)Psychtoolbox/PsychBasic/Gestalt.m%%
Deletions:
==PtbReference › PsychBasic==

OS X: ___________________________________________________________________


For example:







>> Gestalt('Version')


OS 9: ___________________________________________________________________


WINDOWS: ________________________________________________________________
_________________________________________________________________________

See also: Screen('Computer?'), MacModelName, AppleVersion
PsychBasic


Revision [2418]

Edited on 2008-03-15 12:08:25 by DocBot
Additions:
===[[Gestalt]]===
==PtbReference › PsychBasic==
Deletions:
===PsychBasic===


Revision [300]

The oldest known version of this page was created on 2008-03-15 10:26:29 by DocBot
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0224 seconds