GM6000 Digital Heater Controller Branch: main
SDX-1330
Threads.h
Go to the documentation of this file.
1#ifndef Cpl_TShell_Cmd_FreeRTOS_Threads_h
2#define Cpl_TShell_Cmd_FreeRTOS_Threads_h
3/*-----------------------------------------------------------------------------
4* This file is part of the Colony.Core Project. The Colony.Core Project is an
5* open source project with a BSD type of licensing agreement. See the license
6* agreement (license.txt) in the top/ directory or on the Internet at
7* http://integerfox.com/colony.core/license.txt
8*
9* Copyright (c) 2014-2022 John T. Taylor
10*
11* Redistributions of the source code must retain the above copyright notice.
12*----------------------------------------------------------------------------*/
13/** @file */
14
15
17
18
19///
20namespace Cpl {
21///
22namespace TShell {
23///
24namespace Cmd {
25///
26namespace FreeRTOS {
27
28
29
30/** This class implements a TShell command
31 */
33{
34public:
35 /// Constructor
38
39
40protected:
41 /// See Cpl::TShell::Cmd::Threads
43
44 /// See Cpl::TShell::Cmd::Threads
46
47 /// See Cpl::TShell::Cmd::Threads
49
50
51};
52
53}; // end namespaces
54};
55};
56};
57#endif // end header latch
#define OPTION_TSHELL_CMD_COMMAND_DEFAULT_PERMISSION_LEVEL
Default Permission level for all commands.
Definition Command.h:24
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This abstract class defines the operations that can be performed on a thread.
Definition Thread.h:62
This class implements a TShell command.
Definition Threads.h:33
Threads(Cpl::Container::Map< Cpl::TShell::Command > &commandList, Security::Permission_T minPermLevel=OPTION_TSHELL_CMD_COMMAND_DEFAULT_PERMISSION_LEVEL) noexcept
Constructor.
void hookHeader1(Cpl::Text::String &text)
See Cpl::TShell::Cmd::Threads.
void hookHeader2(Cpl::Text::String &text)
See Cpl::TShell::Cmd::Threads.
void hookThreadEntry(Cpl::Text::String &text, Cpl::System::Thread &currentThread)
See Cpl::TShell::Cmd::Threads.
This class implements a Shell command.
Definition Threads.h:34
Permission_T
Permissions levels.
Definition Security.h:34
This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20