external/spdfcdas/
spdfinstrumenttypedescription__define.pro
This class is an IDL representation of the InstrumentTypeDescription element from the Coordinated Data Analysis System (CDAS) XML schema.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2010-2013 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Class description for SpdfInstrumentTypeDescription
Fields
Fields in SpdfInstrumentTypeDescription
- name ''
instrument-type name.
Routines
Routines from spdfinstrumenttypedescription__define.pro
result = SpdfInstrumentTypeDescription::init(name)
Creates an SpdfInstrumentTypeDescription object.
SpdfInstrumentTypeDescription::cleanup
Performs cleanup operations when this object is destroyed.
result = SpdfInstrumentTypeDescription::getName()
Gets the name.
SpdfInstrumentTypeDescription::print
Prints a textual representation of this object.
SpdfInstrumentTypeDescription__define
Defines the SpdfInstrumentTypeDescription class.
Routine details
top source SpdfInstrumentTypeDescription::init
result = SpdfInstrumentTypeDescription::init(name)
Creates an SpdfInstrumentTypeDescription object.
Return value
reference to an SpdfInstrumentTypeDescription object.
Parameters
- name in type=string
instrument-type name.
top source SpdfInstrumentTypeDescription::cleanup
SpdfInstrumentTypeDescription::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfInstrumentTypeDescription::getName
result = SpdfInstrumentTypeDescription::getName()
Gets the name.
Return value
name value.
File attributes
Modification date: | Thu Feb 13 16:42:00 2014 |
Lines: | 23 |