DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

src/dw/core/docs/mainsection.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
2 
3 @page core_mainsection Core
4 
5 ## About This Module
6 
7 The Core module is the main entry point into the NVIDIA<sup>&reg;</sup> DriveWorks SDK.
8 It provides features that most applications use, such as
9 context handles, system/platform information, and memory management.
10 
11 In the case of context handles, this module creates and releases
12 SDK context handles. The following information is stored in those handles:
13 - All global components, such as a pointer to the logging callback.
14 - NvMedia device instance.
15 - Global timesource.
16 - Platform information.
17 - Virtual file system.
18 
19 Each individual module must have a handle to a valid context instance.
20 
21 When a module is created within a certain context, its availablility and
22 functionality exists only in that context.
23 
24 ## Relevant Tutorials
25 
26 - @ref core_usecase5
27 - @ref core_usecase4
28 - @ref core_usecase2
29 - @ref dwx_samples_gpu
30 - @ref core_usecase3
31 
32 ## APIs
33 
34 - @ref core_group