Commit ad1871e3 authored by claes's avatar claes

rt volume added

parent 72283fbc
/**
* Proview $Id: co_cdh.h,v 1.22 2005-10-21 16:11:22 claes Exp $
* Proview $Id: co_cdh.h,v 1.23 2005-11-14 16:27:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -67,6 +67,7 @@ typedef enum {
} cdh_eVId3;
#define cdh_cIoConnectVolume (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 249)
#define cdh_cRtVolume (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 245)
//! Get volme identity for class identity.
#define cdh_CidToVid(cid) ((cid) >> 16)
......
/*
* Proview $Id: wb_ldh.h,v 1.30 2005-10-21 16:11:23 claes Exp $
* Proview $Id: wb_ldh.h,v 1.31 2005-11-14 16:30:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -47,6 +47,7 @@ extern "C" {
#define ldh_cProjectListVolume (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 248)
#define ldh_cGlobalVolumeListVolume (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 247)
#define ldh_cUserDatabaseVolume (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 246)
#define ldh_cRtVolume cdh_cRtVolume
#define ldh_cVolatileVolMin (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 0)
#define ldh_cVolatileVolMax (0 + ((pwr_tVolumeId)254 << 24) + (254 << 16) + (254 << 8) + 100)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment