summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UpdateModeMarshaller.gp
blob: 2e2a2b5b6be6d33e952153d3765f98dfd2a0fab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%language=C++
%struct-type
%define lookup-function-name getPointer
%define class-name UpdateMode_intHash
%omit-struct-type
%readonly-tables
%compare-strncmp
%compare-lengths

struct NsSmartDeviceLinkRPC::PerfectHashTable
{
  const char *name;
  unsigned int idx;
};

%%
COUNTUP,0
COUNTDOWN,1
PAUSE,2
RESUME,3