PhoenixClock  0.4.0
Library wrapping the usage of system's clock, allowing to use clock mock-ups
Loading...
Searching...
No Matches
PClockMode Namespace Reference

Enumerations

enum  PClockMode { NO_MOCK , MOCK , MOCK_RECORD }
 describe the mode of the Socket More...
 

Enumeration Type Documentation

◆ PClockMode

describe the mode of the Socket

Enumerator
NO_MOCK 
MOCK 
MOCK_RECORD 

Definition at line 12 of file PClockMode.h.

12 {
13 NO_MOCK, //Normal usage mode of the Socket
14 MOCK, //The Socket have to be used in mock mode
15 MOCK_RECORD //Record the activity of the backend durring real use to make reusable mock
16 };