nn::nex::RootTransport::SetTransportBufferThreadCoreNo Member Function

Syntax

static void SetTransportBufferThreadCoreNo(
     qInt32 no
);

Parameters

Name Description
in no The core number.

Return Values

None.

Description

Specifies the core number of the CPU used by TransportBufferThread.

DEFAULT_TRANSPORT_BUFFER_CORE_NO is the NEX default value. For the CTR, the value is set to CORE_NO_USE_PROCESS_VALUE.

For a CTR using SDK 3.0 or a later version, you can select the system core by specifying 1. When you are using the system core, you need to assign CPU time using the nnos::CTR::SetApplicationCpuTimeLimit function.

This function is not guaranteed to work.

Revision History

2011/10/20
Initial version.

CONFIDENTIAL